Skip to content

Commit

Permalink
Move find_package(ip) out of if(BUILD_POSTEXEC) (#315)
Browse files Browse the repository at this point in the history
The library depends on ip
  • Loading branch information
kgerheiser authored May 11, 2021
1 parent 2ed74d3 commit cceaa71
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 @@ -41,10 +41,10 @@ find_package(bacio REQUIRED)
find_package(crtm REQUIRED)
find_package(g2 REQUIRED)
find_package(g2tmpl REQUIRED)
find_package(ip REQUIRED)

if(BUILD_POSTEXEC)
find_package(gfsio REQUIRED)
find_package(ip REQUIRED)
find_package(nemsio REQUIRED)
find_package(sfcio REQUIRED)
find_package(sigio REQUIRED)
Expand Down

0 comments on commit cceaa71

Please sign in to comment.