Skip to content

Commit

Permalink
CONFIG: Add comment that curl may be needed for static [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
gsjaardema committed Aug 23, 2023
1 parent b7993e8 commit 57f27d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmake-config
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,9 @@ then
LD_EXT="so"
fi
else
# NOTE: Some systems may need `curl` added to Seacas_EXTRA_LINK_FLAGS`
# If you see missing symbols containing `_curl`, try adding `curl`
# EXTRA_LIB="-DSeacas_EXTRA_LINK_FLAGS=curl;z;dl -DSEACASExodus_ENABLE_SHARED:BOOL=OFF"
EXTRA_LIB="-DSeacas_EXTRA_LINK_FLAGS=z;dl -DSEACASExodus_ENABLE_SHARED:BOOL=OFF"
LD_EXT="a"
fi
Expand Down

0 comments on commit 57f27d4

Please sign in to comment.