mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
ENH: Renamed NOT_IN_ALL to EXCLUDE_FROM_ALL.
This commit is contained in:
@@ -102,7 +102,7 @@ ADD_CUSTOM_COMMAND(
|
||||
)
|
||||
|
||||
# Test creating an executable that is not built by default.
|
||||
ADD_EXECUTABLE(notInAllExe NOT_IN_ALL notInAllExe.cxx)
|
||||
ADD_EXECUTABLE(notInAllExe EXCLUDE_FROM_ALL notInAllExe.cxx)
|
||||
TARGET_LINK_LIBRARIES(notInAllExe notInAllLib)
|
||||
|
||||
# Test creating a custom target that builds not-in-all targets.
|
||||
|
||||
Reference in New Issue
Block a user