]> Creatis software - clitk.git/blobdiff - tests/vv/CMakeLists.txt
tests are back
[clitk.git] / tests / vv / CMakeLists.txt
index 492e8f7c84a605a00a4082fa8b9df91307c593b1..24e1d3a9c0f2381714192bff1075ef2d9d5f5823 100644 (file)
@@ -15,7 +15,7 @@ include_directories(
 
 FILE(GLOB srcs *.cxx)
 ADD_EXECUTABLE(vvTest ${srcs})
-target_link_libraries(vvTest vvLib ${vvExternalLibs} gtest)
+target_link_libraries(vvTest vvLib gtest)
 
 # Add all tests found in the source code, calling the executable to run them
 add_google_tests ( ${EXECUTABLE_OUTPUT_PATH}/vvTest ${srcs})