Modifiers: Fix build error with GMP

This commit is contained in:
Ankit Meel 2021-04-02 13:48:22 +05:30
parent a0e1080428
commit 6578f9d1e9
1 changed files with 8 additions and 0 deletions

View File

@ -181,6 +181,14 @@ endif()
if(WITH_GMP)
add_definitions(-DWITH_GMP)
list(APPEND INC_SYS
${GMP_INCLUDE_DIRS}
)
list(APPEND LIB
${GMP_LIBRARIES}
)
endif()
if(WITH_OPENVDB)