We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7b45a5 commit 502fc90Copy full SHA for 502fc90
src/CMakeLists.txt
@@ -26,6 +26,8 @@ if(WIN32)
26
else()
27
message(FATAL_ERROR "MPIR library not found")
28
endif()
29
+
30
+ list(APPEND CMAKE_PREFIX_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../mpir_gc_x64")
31
32
33
find_package(GMP REQUIRED)
0 commit comments