ENH: Renamed NOT_IN_ALL to EXCLUDE_FROM_ALL.

This commit is contained in:
Brad King
2006-10-02 12:01:20 -04:00
parent 1d9f287af7
commit fcd500289b
10 changed files with 12 additions and 12 deletions

View File

@@ -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.