We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 734843d commit c86dc38Copy full SHA for c86dc38
cmake/ReadoutCardConfig.cmake.in
@@ -4,7 +4,7 @@ get_filename_component(ReadoutCard_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
4
include(CMakeFindDependencyMacro)
5
6
set(Common_CMAKE_DIR @Common_DIR@)
7
-set(InfoLogger_CMAKE_DIR @InfoLogger_DIR@)
+set(InfoLogger_CMAKE_DIR @InfoLogger_ROOT@)
8
9
if(NOT APPLE)
10
set(boost_python_component "python27")
@@ -13,10 +13,9 @@ endif()
13
14
find_dependency(Boost
15
COMPONENTS
16
- unit_test_framework
17
- filesystem
18
- system
19
program_options
+ system
+ filesystem
20
${boost_python_component}
21
REQUIRED
22
)
0 commit comments