Skip to content

Commit

Permalink
now require g2-3.4.9 in build (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett authored Mar 19, 2024
1 parent ba55ffd commit a0a1d7f
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 @@ -44,7 +44,7 @@ if(ip_VERSION LESS 5.0)
find_package(sp 2.3.3 REQUIRED)
endif()
find_package(w3emc 2.10.0 REQUIRED)
find_package(g2 3.4.8 REQUIRED)
find_package(g2 3.4.9 REQUIRED)
# g2c is not required.
#find_package(g2c 1.7.0)

Expand Down

0 comments on commit a0a1d7f

Please sign in to comment.