diff options
author | Brad King <brad.king@kitware.com> | 2015-01-22 19:11:46 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-01-22 19:11:46 (GMT) |
commit | 560b3e9f1df04808593997e7d1f6ac43c7b0c141 (patch) | |
tree | 22c88b330cac90bbad6673c932989c49aebbc581 | |
parent | 98bf613cd09e2187fa5002dac06e63d5450dbcf0 (diff) | |
download | CMake-560b3e9f1df04808593997e7d1f6ac43c7b0c141.zip CMake-560b3e9f1df04808593997e7d1f6ac43c7b0c141.tar.gz CMake-560b3e9f1df04808593997e7d1f6ac43c7b0c141.tar.bz2 |
Tests: Remove incorrect indentation from Complex test comment
-rw-r--r-- | Tests/Complex/Executable/CMakeLists.txt | 2 | ||||
-rw-r--r-- | Tests/ComplexOneConfig/Executable/CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Tests/Complex/Executable/CMakeLists.txt b/Tests/Complex/Executable/CMakeLists.txt index 508221c..a1f8e68 100644 --- a/Tests/Complex/Executable/CMakeLists.txt +++ b/Tests/Complex/Executable/CMakeLists.txt @@ -21,7 +21,7 @@ if(TARGET NotATarget) message(FATAL_ERROR "if(TARGET NotATarget) returned true!") endif() - # Use LINK_LIBRARIES instead of TARGET_LINK_LIBRARIES to +# Use LINK_LIBRARIES instead of TARGET_LINK_LIBRARIES to set(COMPLEX_LIBS CMakeTestLibrary;CMakeTestLibraryShared;CMakeTestCLibraryShared) link_libraries(${COMPLEX_LIBS}) diff --git a/Tests/ComplexOneConfig/Executable/CMakeLists.txt b/Tests/ComplexOneConfig/Executable/CMakeLists.txt index e910f20..b2307b2 100644 --- a/Tests/ComplexOneConfig/Executable/CMakeLists.txt +++ b/Tests/ComplexOneConfig/Executable/CMakeLists.txt @@ -21,7 +21,7 @@ if(TARGET NotATarget) message(FATAL_ERROR "if(TARGET NotATarget) returned true!") endif() - # Use LINK_LIBRARIES instead of TARGET_LINK_LIBRARIES to +# Use LINK_LIBRARIES instead of TARGET_LINK_LIBRARIES to set(COMPLEX_LIBS CMakeTestLibrary;CMakeTestLibraryShared;CMakeTestCLibraryShared) link_libraries(${COMPLEX_LIBS}) |