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 0c4096a commit 719a6be
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 @@ -78,7 +78,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 719a6be

Please sign in to comment.