mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-19 10:05:48 +00:00
Revert CMake changes (#4707)
This was likely put back when #4292 was rebased.
This commit is contained in:
@@ -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_)
|
||||
|
||||
Reference in New Issue
Block a user