From 1879f13d40b554a95f9536ce4d60eac86f99b99c Mon Sep 17 00:00:00 2001 From: StephenCzarnecki Date: Tue, 29 Oct 2024 15:26:11 -0400 Subject: [PATCH] Changing target of OpticalMeasurementParser to branch with build changes to try to resolve build issues on arm64 on linux. --- CMakeLists-OpticalMeasurementParser.txt.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists-OpticalMeasurementParser.txt.in b/CMakeLists-OpticalMeasurementParser.txt.in index 2ab026a..13c4828 100644 --- a/CMakeLists-OpticalMeasurementParser.txt.in +++ b/CMakeLists-OpticalMeasurementParser.txt.in @@ -4,7 +4,7 @@ include(ExternalProject) ExternalProject_Add(OpticalMeasurementParser GIT_REPOSITORY https://github.com/LBNL-ETA/OpticalMeasurementParser.git - GIT_TAG "v2.3.0" + GIT_TAG "build_refactor_oct_2024" UPDATE_COMMAND "" PATCH_COMMAND ""