Skip to content

Commit c86dc38

Browse files
awegrzynkostorr
authored andcommitted
Drop unit_test_framework from cmake config
1 parent 734843d commit c86dc38

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

cmake/ReadoutCardConfig.cmake.in

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ get_filename_component(ReadoutCard_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
44
include(CMakeFindDependencyMacro)
55

66
set(Common_CMAKE_DIR @Common_DIR@)
7-
set(InfoLogger_CMAKE_DIR @InfoLogger_DIR@)
7+
set(InfoLogger_CMAKE_DIR @InfoLogger_ROOT@)
88

99
if(NOT APPLE)
1010
set(boost_python_component "python27")
@@ -13,10 +13,9 @@ endif()
1313

1414
find_dependency(Boost
1515
COMPONENTS
16-
unit_test_framework
17-
filesystem
18-
system
1916
program_options
17+
system
18+
filesystem
2019
${boost_python_component}
2120
REQUIRED
2221
)

0 commit comments

Comments
 (0)