Skip to content

Commit

Permalink
[cmake] Fix issue in PATCH_COMMAND that appear for recent cmake version
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Sep 12, 2024
1 parent 44c4db3 commit a59639d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ FetchContent_Declare(
w2dynamics
GIT_REPOSITORY https://github.com/w2dynamics/w2dynamics
GIT_TAG ${W2DYN_GIT_HASH}
PATCH_COMMAND ${TRIQS_GIT_EXECUTABLE} checkout . && ${TRIQS_GIT_EXECUTABLE} apply ${PROJECT_SOURCE_DIR}/w2dynamics.patch
PATCH_COMMAND ${TRIQS_GIT_EXECUTABLE} apply ${PROJECT_SOURCE_DIR}/w2dynamics.patch
)
FetchContent_MakeAvailable(w2dynamics)

Expand Down

0 comments on commit a59639d

Please sign in to comment.