Skip to content

Commit

Permalink
Adding double quotes around branch tag for fileParse project which is…
Browse files Browse the repository at this point in the history
… the same style used for other two packages.
  • Loading branch information
vidanovic committed Oct 15, 2024
1 parent 58f37cd commit 6dfce87
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 @@ -65,7 +65,7 @@ if(NOT TARGET FileParse)
FetchContent_Declare(
FileParse
GIT_REPOSITORY https://github.com/LBNL-ETA/FileParse.git
GIT_TAG Version_1.0
GIT_TAG "Version_1.0"
)

FetchContent_MakeAvailable(FileParse)
Expand Down

0 comments on commit 6dfce87

Please sign in to comment.