Skip to content
Snippets Groups Projects
Commit 8cb1da8d authored by Nikolaus Vahrenkamp's avatar Nikolaus Vahrenkamp
Browse files

simox cmake fix

parent 4bae3ce1
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,9 @@ depends_on_armarx_package(MemoryX "OPTIONAL")
find_package(Eigen3 QUIET)
find_package(Simox QUIET)
if (Simox_FOUND)
setupSimoxExternalLibraries()
endif()
add_subdirectory(etc)
add_subdirectory(source)
......
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