Mercurial > hg > orthanc-dicomweb
changeset 458:1e6cd31c20ce
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 06 Jul 2020 11:28:06 +0200 |
parents | 335cf81270ea |
children | cc42e8ca659b |
files | CMakeLists.txt |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)")