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 f8c79b3 commit e3dfa0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ if (MSVC)
find_package(PkgConfig)
if (PkgConfig_FOUND)
# gmp, gmpxx
pkg_check_module(GMP gmp IMPORTED_TARGET gmp)
pkg_check_module(GMPXX gmpxx IMPORTED_TARGET gmpxx)
if (GMP_FOUND)
pkg_check_modules(GMP gmp IMPORTED_TARGET gmp)
pkg_check_modules(GMPXX gmpxx IMPORTED_TARGET gmpxx)
if (GMP_FOUND AND GMMXX_FOUND)
set(BUILD_GRID_SYNTH ON)
add_compile_options("-DEXPR_GMP")
endif ()
Expand Down

0 comments on commit e3dfa0e

Please sign in to comment.