Skip to content

Commit

Permalink
updated cmake files
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeoli committed Feb 13, 2024
1 parent 938e41b commit 18bfebf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/FindCPLEX.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ if (UNIX)
lib/${ARCH}_linux/static_pic)
endif ()
else ()
# Windows (usually C:/Program Files/IBM/ILOG)
# Windows (usually C:/Program Files/IBM/ILOG, or C:/IBM/ILOG)
set(CPLEX_ILOG_DIRS "C:/Program Files/IBM/ILOG")
set(CPLEX_ILOG_DIRS "C:/IBM/ILOG" ${CPLEX_ILOG_DIRS})
if (ARCH STREQUAL "x86")
set(CPLEX_ILOG_DIRS
"C:/Program Files (x86)/IBM/ILOG" ${CPLEX_ILOG_DIRS})
Expand Down

0 comments on commit 18bfebf

Please sign in to comment.