Skip to content

Commit 502fc90

Browse files
committed
Add a windows specific prefix path to help find gmp and gmpxx
1 parent d7b45a5 commit 502fc90

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ if(WIN32)
2626
else()
2727
message(FATAL_ERROR "MPIR library not found")
2828
endif()
29+
30+
list(APPEND CMAKE_PREFIX_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../mpir_gc_x64")
2931
endif()
3032

3133
find_package(GMP REQUIRED)

0 commit comments

Comments
 (0)