Skip to content

Commit 6cf2e82

Browse files
committed
Removed boost
1 parent 8d6409c commit 6cf2e82

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
@@ -28,7 +28,7 @@ if (PROJECT_IS_TOP_LEVEL)
2828
set ( SUITESPARSE_ENABLE_PROJECTS "suitesparse_config;cholmod;spqr" )
2929
endif()
3030

31-
find_package(Boost REQUIRED COMPONENTS system filesystem serialization)
31+
#find_package(Boost REQUIRED COMPONENTS system filesystem serialization)
3232

3333
list(PREPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
3434

0 commit comments

Comments
 (0)