Skip to content

Commit

Permalink
switch back to deps.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
sgatto committed Aug 23, 2024
1 parent f7dd489 commit bf0ad7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

# add the USE_SIRIUS configuration flag in deps.cmake
full_patch.append(Addition(
Path.cwd()/'cmake'/'system_deps.cmake',
Path.cwd()/'cmake'/'deps.cmake',
'''
if(USE_CPLEX)
find_package(CPLEX REQUIRED)
Expand Down

0 comments on commit bf0ad7c

Please sign in to comment.