Revert CMake changes (#4707)

This was likely put back when #4292 was rebased.
This commit is contained in:
Michael Legleux
2023-09-15 08:44:44 -07:00
committed by tequ
parent 49d2c731f7
commit af8a130c19

View File

@@ -18,10 +18,8 @@ macro(group_sources curdir)
endmacro()
macro (exclude_from_default target_)
if(target_)
set_target_properties (${target_} PROPERTIES EXCLUDE_FROM_ALL ON)
set_target_properties (${target_} PROPERTIES EXCLUDE_FROM_DEFAULT_BUILD ON)
endif()
set_target_properties (${target_} PROPERTIES EXCLUDE_FROM_ALL ON)
set_target_properties (${target_} PROPERTIES EXCLUDE_FROM_DEFAULT_BUILD ON)
endmacro ()
macro (exclude_if_included target_)