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 2c3a5fd commit 5330cd1Copy full SHA for 5330cd1
CMakeLists.txt
@@ -136,6 +136,7 @@ if(WITH_LTM)
136
target_compile_definitions(${PROJECT_NAME} PUBLIC USE_LTM)
137
endif()
138
target_link_libraries(${PROJECT_NAME} PUBLIC libtommath)
139
+ list(APPEND MPI_PROVIDERS -ltommath)
140
141
# GNU MP
142
if(WITH_GMP)
@@ -146,6 +147,7 @@ if(WITH_GMP)
146
147
target_compile_definitions(${PROJECT_NAME} PUBLIC USE_GMP)
148
149
target_link_libraries(${PROJECT_NAME} PUBLIC ${GMP_LIBRARIES})
150
+ list(APPEND MPI_PROVIDERS -lgmp)
151
152
153
0 commit comments