Skip to content

Commit dc989c6

Browse files
committed
Fix an issue that caused a warning in recent versions of CMake
1 parent 6eda369 commit dc989c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,7 @@ endforeach()
102102
# Boost
103103
# Inherit FairMQ Boost deps and add ours
104104
set(Boost_COMPONENTS ${FairMQ_Boost_COMPONENTS})
105-
list(INSERT Boost_COMPONENTS
106-
range
105+
list(APPEND Boost_COMPONENTS
107106
filesystem
108107
iostreams
109108
unit_test_framework

0 commit comments

Comments
 (0)