mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Tests: Remove incorrect indentation from Complex test comment
This commit is contained in:
@@ -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})
|
||||
|
||||
|
||||
@@ -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})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user