Skip to content

Commit 6f79be1

Browse files
authored
Merge pull request #2791 from nim65s/boost
CMake: no need for boost system
2 parents 6121d6e + fbc4ee6 commit 6f79be1

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)