Tests: Remove incorrect indentation from Complex test comment

This commit is contained in:
Brad King 2015-01-22 14:11:46 -05:00
parent 98bf613cd0
commit 560b3e9f1d
2 changed files with 2 additions and 2 deletions

View File

@ -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})

View File

@ -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})