Merge topic 'test-complex-remove-bad-indentation'
560b3e9f
Tests: Remove incorrect indentation from Complex test comment
This commit is contained in:
commit
103f77e512
|
@ -21,7 +21,7 @@ if(TARGET NotATarget)
|
||||||
message(FATAL_ERROR "if(TARGET NotATarget) returned true!")
|
message(FATAL_ERROR "if(TARGET NotATarget) returned true!")
|
||||||
endif()
|
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)
|
set(COMPLEX_LIBS CMakeTestLibrary;CMakeTestLibraryShared;CMakeTestCLibraryShared)
|
||||||
link_libraries(${COMPLEX_LIBS})
|
link_libraries(${COMPLEX_LIBS})
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ if(TARGET NotATarget)
|
||||||
message(FATAL_ERROR "if(TARGET NotATarget) returned true!")
|
message(FATAL_ERROR "if(TARGET NotATarget) returned true!")
|
||||||
endif()
|
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)
|
set(COMPLEX_LIBS CMakeTestLibrary;CMakeTestLibraryShared;CMakeTestCLibraryShared)
|
||||||
link_libraries(${COMPLEX_LIBS})
|
link_libraries(${COMPLEX_LIBS})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue