# HG changeset patch # User Sebastien Jodogne # Date 1594027686 -7200 # Node ID 1e6cd31c20ce3173630a659c45d5f00cf6b9f99d # Parent 335cf81270ea7d5554e0fa79d60a8b06ff51c816 fix diff -r 335cf81270ea -r 1e6cd31c20ce CMakeLists.txt --- a/CMakeLists.txt Mon Jul 06 11:11:38 2020 +0200 +++ b/CMakeLists.txt Mon Jul 06 11:28:06 2020 +0200 @@ -60,7 +60,7 @@ include_directories( ${CMAKE_SOURCE_DIR}/Resources/Orthanc/ ) - link_libraries(OrthancFramework) + link_libraries(${ORTHANC_FRAMEWORK_LIBRARIES}) set(USE_SYSTEM_GOOGLE_TEST ON CACHE BOOL "Use the system version of Google Test") set(USE_GOOGLE_TEST_DEBIAN_PACKAGE OFF CACHE BOOL "Use the sources of Google Test shipped with libgtest-dev (Debian only)")