Skip to content

Commit

Permalink
dealing with option USE_G2C_API
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Dec 31, 2024
1 parent 2e37dce commit eda669d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ if (BUILD_WITH_W3EMC)
endif()

# We need g2c if G2C_COMPARE is chosen.
if (G2C_COMPARE or USE_G2C_API)
if (G2C_COMPARE OR USE_G2C_API)
find_package(g2c 2.1.0 REQUIRED)
else()
find_package(g2c REQUIRED)
Expand Down

0 comments on commit eda669d

Please sign in to comment.