Skip to content

Commit

Permalink
try fix patches
Browse files Browse the repository at this point in the history
  • Loading branch information
sgatto committed Aug 22, 2024
1 parent 70e672a commit 67c7054
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ FetchContent_Declare(ortools
${CMAKE_CURRENT_SOURCE_DIR}/patch.py
${CMAKE_CURRENT_SOURCE_DIR}/patch_utils.py
${CMAKE_CURRENT_SOURCE_DIR}/ortools
${CMAKE_CURRENT_SOURCE_DIR}/patchs
${CMAKE_CURRENT_SOURCE_DIR}/cmake_patches
. && ${Python_EXECUTABLE} patch.py
OVERRIDE_FIND_PACKAGE ON
)
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
'''
#add SIRIUS
if (USE_SIRIUS)
include(patchs/sirius.cmake)
include(cmake_patches/sirius.cmake)
if(POLICY CMP0074)
cmake_policy(SET CMP0074 NEW)
endif()
Expand Down

0 comments on commit 67c7054

Please sign in to comment.