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:
mark
2016-08-09 09:54:11 +02:00
parent a5ab962792
commit 8f68d51717

View File

@ -35,7 +35,7 @@
_foamSource $($WM_PROJECT_DIR/bin/foamEtcFile config.sh/ccmio)
ccmioPACKAGE=${ccmio_version:-libccmio-2.6.1}
targetType=libso
targetType=lib
#------------------------------------------------------------------------------
# run from third-party directory only