Skip to content

Commit

Permalink
Avoid RAM explosion during CGAL compilation (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpaul authored Feb 20, 2024
1 parent 2aa633f commit cb2288d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ if(image_FOUND)
target_link_libraries(${PROJECT_NAME} PUBLIC image CGAL::CGAL_ImageIO)
endif()

set_property(TARGET ${PROJECT_NAME} PROPERTY JOB_POOL_COMPILE 4)

# Install rules for the library and the headers; CMake package configurations files
sofa_create_package_with_targets(
Expand Down

0 comments on commit cb2288d

Please sign in to comment.