We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d760090 commit 3c2956eCopy full SHA for 3c2956e
CMakeLists.txt
@@ -34,10 +34,10 @@ endif()
34
add_subdirectory (interval_lib_wrapper)
35
add_subdirectory (lp_lib_wrapper)
36
37
-option (USING_IPOPT "Set to ON to use IpOpt" OFF)
38
-if (USING_IPOPT)
39
- find_package (IpOpt)
40
-endif()
+#option (USING_IPOPT "Set to ON to use IpOpt" OFF)
+#if (USING_IPOPT)
+# find_package (IpOpt)
+#endif()
41
42
################################################################################
43
# Go to src subdirectory that builds the libibex target
0 commit comments