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 ff27d30 commit 91404c8Copy full SHA for 91404c8
CMakeLists.txt
@@ -26,7 +26,7 @@ if (PROJECT_IS_TOP_LEVEL)
26
option(LIBIGL_EMBREE "Use EMBREE" ON)
27
endif()
28
29
-find_package(Boost REQUIRED COMPONENTS system filesystem)
+find_package(Boost REQUIRED COMPONENTS system filesystem serialization)
30
31
list(PREPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
32
0 commit comments