mirror of
https://develop.openfoam.com/Development/ThirdParty-common.git
synced 2025-12-08 06:57:50 +00:00
CONFIG: change default library target for ccm to be static
- Makes it easier to locate for compiling/linking and lets us wrap away in a C++ interface to hide low-level C routines.
This commit is contained in:
@ -35,7 +35,7 @@
|
|||||||
_foamSource $($WM_PROJECT_DIR/bin/foamEtcFile config.sh/ccmio)
|
_foamSource $($WM_PROJECT_DIR/bin/foamEtcFile config.sh/ccmio)
|
||||||
|
|
||||||
ccmioPACKAGE=${ccmio_version:-libccmio-2.6.1}
|
ccmioPACKAGE=${ccmio_version:-libccmio-2.6.1}
|
||||||
targetType=libso
|
targetType=lib
|
||||||
|
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
# run from third-party directory only
|
# run from third-party directory only
|
||||||
|
|||||||
Reference in New Issue
Block a user