+ harmonize Coin3D cmake variables with official check

This commit is contained in:
wmayer
2015-07-28 14:55:15 +02:00
parent 7d98705396
commit b81482d597
31 changed files with 66 additions and 63 deletions

View File

@@ -18,6 +18,8 @@ set(XercesC_FOUND TRUE)
find_library(COIN3D_LIBRARY_RELEASE coin4 "${FREECAD_LIBPACK_DIR}/lib")
find_library(COIN3D_LIBRARY_DEBUG coin4d "${FREECAD_LIBPACK_DIR}/lib")
set(COIN3D_LIBRARIES optimized ${COIN3D_LIBRARY_RELEASE}
debug ${COIN3D_LIBRARY_DEBUG})
set(COIN3D_FOUND TRUE)
set(NETGENDATA ${FREECAD_LIBPACK_DIR}/include/netgen)