Skip to content
Snippets Groups Projects
Commit c22707e6 authored by Peter Kaiser's avatar Peter Kaiser
Browse files

Merge branch 'optimization' of https://gitlab.com/Simox/simox into optimization

parents 8eb454a7 66a0e42c
No related branches found
Tags v2.3.35
No related merge requests found
......@@ -11,6 +11,7 @@
# Simox_USE_OPENSCENEGRAPH_VISUALIZATION - if osg visualization was selected
# Simox_USE_QT4 - if qt4 was selected
# Simox_USE_QT5 - if qt5 was selected
# Simox_USE_NLOPT - if NLopt was selected
# SimDynamics_USE_BULLET - if SimDynamics is build and BULLET is selected as physics engine
# SimDynamics_USE_BULLET_DOUBLE_PRECISION - if Bullet is build with double precision support
......@@ -54,6 +55,7 @@ SET(Simox_USE_COLLADA "@Simox_USE_COLLADA@")
SET(Simox_USE_RBDL "@Simox_USE_RBDL@")
SET(Simox_USE_QT4 "@Simox_USE_QT4@")
SET(Simox_USE_QT5 "@Simox_USE_QT5@")
SET(Simox_USE_NLOPT "@Simox_USE_NLOPT@")
SET(SimDynamics_USE_BULLET "@SimDynamics_USE_BULLET@")
SET(SimDynamics_USE_BULLET_DOUBLE_PRECISION "@SimDynamics_USE_BULLET_DOUBLE_PRECISION@")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment