mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
ENH: also test for correct Proj dir settings
This commit is contained in:
@@ -1 +1,4 @@
|
||||
ADD_EXECUTABLE (simple simple.cxx)
|
||||
IF ("${PROJECT_SOURCE_DIR}" STREQUAL "${ANOTHER_PROJ_SOURCE_DIR}")
|
||||
ADD_EXECUTABLE (simple simple.cxx)
|
||||
ENDIF ("${PROJECT_SOURCE_DIR}" STREQUAL "${ANOTHER_PROJ_SOURCE_DIR}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user