Skip to content

Commit 9d14369

Browse files
EstebanDugueperoux2aothms
authored andcommitted
cmake: Add missing WITH_OPENCOLLADA definition
1 parent 21c4382 commit 9d14369

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ message(STATUS "Boost libraries found in ${Boost_LIBRARY_DIRS}")
327327

328328
if(COLLADA_SUPPORT)
329329
find_package(OpenCOLLADA REQUIRED)
330+
add_definitions(-DWITH_OPENCOLLADA)
330331
endif()
331332

332333
if(HDF5_SUPPORT)

0 commit comments

Comments
 (0)