Skip to content

Commit fbc4ee6

Browse files
committed
CMake: no need for boost system
1 parent 6121d6e commit fbc4ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ if(BUILD_WITH_EXTRA_SUPPORT)
293293
message(STATUS "Found Qhull.")
294294
endif()
295295

296-
set(BOOST_REQUIRED_COMPONENTS filesystem serialization system)
296+
set(BOOST_REQUIRED_COMPONENTS filesystem serialization)
297297

298298
set_boost_default_options()
299299
export_boost_default_options()

0 commit comments

Comments
 (0)