changeset 5065:3f16204b4c8d

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 15 Aug 2022 14:11:42 +0200
parents 6156a970a2e1
children 956a9fed0aa8
files OrthancFramework/Resources/CMake/BoostConfiguration.cmake
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/OrthancFramework/Resources/CMake/BoostConfiguration.cmake	Mon Aug 15 14:06:25 2022 +0200
+++ b/OrthancFramework/Resources/CMake/BoostConfiguration.cmake	Mon Aug 15 14:11:42 2022 +0200
@@ -81,7 +81,7 @@
 
 
 if (BOOST_STATIC AND USE_LEGACY_BOOST)
-  include(BoostConfigurationStatic-1.69.0.cmake)
+  include(${CMAKE_CURRENT_LIST_DIR}/BoostConfigurationStatic-1.69.0.cmake)
 endif()