Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoftco committed Nov 28, 2023
1 parent 33fb0c4 commit 4304baf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ if (MSVC)
# gmp, gmpxx
find_package(PkgConfig REQUIRED)
if (PkgConfig_FOUND)
pkg_check_modules(gmp IMPORTED_TARGET gmp)
pkg_check_modules(gmpxx IMPORTED_TARGET gmpxx)
pkg_search_module(gmp IMPORTED_TARGET gmp)
pkg_search_module(gmpxx IMPORTED_TARGET gmpxx)
if (GMP_FOUND)
set(BUILD_GRID_SYNTH ON)
add_compile_options("-DEXPR_GMP")
Expand Down

0 comments on commit 4304baf

Please sign in to comment.