From 1c0725ce90aeeca4a007e46f2baeccebf5642fe5 Mon Sep 17 00:00:00 2001 From: Kai Germaschewski Date: Wed, 21 Aug 2024 22:24:05 -0400 Subject: [PATCH 1/2] build; update googletest to v15.2.0 This fixes some odd link error with gtest (on my arm64 macbook) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e88b5e850..700228eb0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -69,7 +69,7 @@ if (BUILD_TESTING) CPMAddPackage( NAME GTest GITHUB_REPOSITORY google/googletest - VERSION 1.14.0 + VERSION 1.15.2 OPTIONS "INSTALL_GTEST OFF" "gtest_force_shared_crt ON" From 0da520e9632116ba2c35a994d994dc17b98b0665 Mon Sep 17 00:00:00 2001 From: Kai Germaschewski Date: Fri, 23 Aug 2024 07:39:11 -0400 Subject: [PATCH 2/2] build: add .venv to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f8824fa9f..0c012539a 100644 --- a/.gitignore +++ b/.gitignore @@ -101,3 +101,4 @@ spack-build-out.txt spack-configure-args.txt .vscode/ **/psc*params.txt +.venv/ \ No newline at end of file