Skip to content

Commit

Permalink
Add a windows specific prefix path to help find gmp and gmpxx
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender committed Mar 7, 2024
1 parent d7b45a5 commit 502fc90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ if(WIN32)
else()
message(FATAL_ERROR "MPIR library not found")
endif()

list(APPEND CMAKE_PREFIX_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../mpir_gc_x64")
endif()

find_package(GMP REQUIRED)
Expand Down

0 comments on commit 502fc90

Please sign in to comment.