Skip to content
Snippets Groups Projects
Commit 6594c2bb authored by Mirko Wächter's avatar Mirko Wächter
Browse files

made NLOpt opt-out instead of opt-in

parent abe33d94
No related branches found
No related tags found
No related merge requests found
......@@ -167,7 +167,7 @@ IF (NOT Simox_CONFIGURED)
OPTION (Simox_USE_URDF "Use URDF" OFF)
#### NLOPT
OPTION (Simox_USE_NLOPT "Use NLOPT" OFF)
OPTION (Simox_USE_NLOPT "Use NLOPT" ON)
if (Simox_USE_NLOPT)
FIND_PACKAGE(NLOPT)
if (NLOPT_FOUND)
......
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