File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 11@PACKAGE_INIT@
22
3- get_filename_component (config_utilities_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE} "
4- PATH )
3+ get_filename_component (config_utilities_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE} " PATH )
54include (CMakeFindDependencyMacro)
65
76find_dependency(yaml-cpp REQUIRED)
7+
88if (@Eigen3_FOUND@) # expanded from Eigen3_FOUND during build time
99 find_dependency(Eigen3)
1010endif ()
@@ -13,6 +13,10 @@ if (@glog_FOUND@) # expanded from glog_FOUND during build time
1313 find_dependency(glog)
1414endif ()
1515
16+ if (NOT @BUILD_SHARED_LIBS @) # expanded from BUILD_SHARED_LIBS during build time
17+ find_dependency(Boost COMPONENTS dll filesystem system )
18+ endif ()
19+
1620if (NOT TARGET config_utilities::config_utilities)
1721 include ("${config_utilities_CMAKE_DIR} /config_utilitiesTargets.cmake" )
1822endif ()
You can’t perform that action at this time.
0 commit comments