From 6dfce876740f7bf7b4d2c2ac5b3c4ec7a77caa2e Mon Sep 17 00:00:00 2001 From: Simon Vidanovic Date: Tue, 15 Oct 2024 15:33:22 -0700 Subject: [PATCH] Adding double quotes around branch tag for fileParse project which is the same style used for other two packages. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bb605c9..6b2598c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)