mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-20 20:22:09 +00:00
Add OpenCollada to travis and fix cmake (#119)
* travis: collada support * travis: opencollada, specify pcre library
This commit is contained in:
committed by
Thomas Krijnen
parent
9d757e1b3c
commit
8dadb71648
@@ -260,7 +260,7 @@ IF(COLLADA_SUPPORT)
|
||||
find_library(pcre_library NAMES pcre PATHS ${PCRE_LIBRARY_DIR} NO_DEFAULT_PATH)
|
||||
endif()
|
||||
|
||||
if (${pcre_library})
|
||||
if (pcre_library)
|
||||
SET(OPENCOLLADA_LIBRARY_DIR ${OPENCOLLADA_LIBRARY_DIR} ${PCRE_LIBRARY_DIR})
|
||||
list(APPEND OPENCOLLADA_LIBRARIES "${pcre_library}")
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user