Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Sisah2 authored Sep 15, 2024
1 parent 89af124 commit b8e7133
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions buildscripts/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -475,13 +475,13 @@ ExternalProject_Add(libcollada

CONFIGURE_COMMAND ${wrapper_command} cmake <SOURCE_DIR>
${COMMON_CMAKE_ARGS}
-DBoost_USE_STATIC_LIBS=ON
-DBoost_USE_STATIC_RUNTIME=ON
# -DBoost_USE_STATIC_LIBS=ON
# -DBoost_USE_STATIC_RUNTIME=ON
# -DBoost_NO_SYSTEM_PATHS=OFF
-DBoost_INCLUDE_DIR=${prefix}/include
# -DBoost_INCLUDE_DIR=${prefix}/include
-DHAVE_STRTOQ=0
-DUSE_FILE32API=1
-DCMAKE_CXX_FLAGS=-std=gnu++11\ -I${prefix}/include/boost/\ $ENV{CXXFLAGS}\ -DNO_BOOST\ -DNO_ZAE
-DCMAKE_CXX_FLAGS=-std=gnu++11\ -I${prefix}/include/\ $ENV{CXXFLAGS}\ -DNO_BOOST\ -DNO_ZAE

BUILD_COMMAND ${wrapper_command} $(MAKE)

Expand Down

0 comments on commit b8e7133

Please sign in to comment.