Skip to content

Commit 3c2956e

Browse files
committed
cmake: IpOpt option commented out
1 parent d760090 commit 3c2956e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ endif()
3434
add_subdirectory (interval_lib_wrapper)
3535
add_subdirectory (lp_lib_wrapper)
3636

37-
option (USING_IPOPT "Set to ON to use IpOpt" OFF)
38-
if (USING_IPOPT)
39-
find_package (IpOpt)
40-
endif()
37+
#option (USING_IPOPT "Set to ON to use IpOpt" OFF)
38+
#if (USING_IPOPT)
39+
# find_package (IpOpt)
40+
#endif()
4141

4242
################################################################################
4343
# Go to src subdirectory that builds the libibex target

0 commit comments

Comments
 (0)