Skip to content

Commit 91404c8

Browse files
committed
Added serialization requirement for boost
1 parent ff27d30 commit 91404c8

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
@@ -26,7 +26,7 @@ if (PROJECT_IS_TOP_LEVEL)
2626
option(LIBIGL_EMBREE "Use EMBREE" ON)
2727
endif()
2828

29-
find_package(Boost REQUIRED COMPONENTS system filesystem)
29+
find_package(Boost REQUIRED COMPONENTS system filesystem serialization)
3030

3131
list(PREPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
3232

0 commit comments

Comments
 (0)