Skip to content
Snippets Groups Projects
Commit 5d887fa5 authored by Olivier Stasse's avatar Olivier Stasse
Browse files

Fix relative path in link_directories.

To comply with CMake v2.8.2 policy.
parent 6392c426
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ SET(test_signalcast_additional_libs ${test_libs}) ...@@ -28,7 +28,7 @@ SET(test_signalcast_additional_libs ${test_libs})
ADD_DEFINITIONS(-DDEBUG=2) ADD_DEFINITIONS(-DDEBUG=2)
LINK_DIRECTORIES(../src) LINK_DIRECTORIES(${CMAKE_SOURCE_DIR}/src)
# Additional tests # Additional tests
FOREACH(test_name ${tests_libs}) FOREACH(test_name ${tests_libs})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment