From 68f590498aae4e0c93d60e3980b221f02959b93e Mon Sep 17 00:00:00 2001 From: Christine Kim <125395064+chkim-usgs@users.noreply.github.com> Date: Tue, 21 Jan 2025 12:20:49 -0500 Subject: [PATCH] test bugfix (#5712) --- isis/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/isis/CMakeLists.txt b/isis/CMakeLists.txt index 6210385ca0..a9542d1548 100644 --- a/isis/CMakeLists.txt +++ b/isis/CMakeLists.txt @@ -2,6 +2,7 @@ # The main build file for building ISIS using CMake. #=============================================================================== # CMake initialization +# Bugfix 1 # Specify the required version of CMake. If your machine does not # have this, it should be easy to build from https://cmake.org/download/ -- GitLab