compiles on LibPack 10

This commit is contained in:
jriegel 2014-09-01 20:08:14 +02:00 committed by Stefan Tröger
parent 86bbde4bda
commit 104d94ae0f

View File

@ -14,7 +14,7 @@ include_directories(
${PYTHON_INCLUDE_DIRS}
${ZLIB_INCLUDE_DIR}
${XercesC_INCLUDE_DIRS}
${ODE_INCLUDE_DIRS}
#${ODE_INCLUDE_DIRS}
${EIGEN3_INCLUDE_DIR}
)
@ -22,7 +22,7 @@ include_directories(
link_directories(${OCC_LIBRARY_DIR})
set(Assembly_LIBS
${ODE_LIBRARIES}
#${ODE_LIBRARIES}
${OCC_LIBRARIES}
${Boost_LIBRARIES}
${Boost_LOG_LIBRARY_RELEASE}