From d3cfa9f333fd16be21219dd10fa0038847064344 Mon Sep 17 00:00:00 2001 From: Hleb Valoshka <375gnu@gmail.com> Date: Tue, 22 Jun 2021 09:16:10 +0400 Subject: [PATCH] [cmake] Rename FindCspice to FindCSPICE --- CMakeLists.txt | 2 +- cmake/{FindCspice.cmake => FindCSPICE.cmake} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename cmake/{FindCspice.cmake => FindCSPICE.cmake} (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8811cde19..0f2eaa730 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -187,7 +187,7 @@ else() endif() if(ENABLE_SPICE) - find_package(Cspice) + find_package(CSPICE) if(NOT CSPICE_FOUND) message(STATUS "Using cspice submodule") add_subdirectory("${CMAKE_SOURCE_DIR}/thirdparty/Spice") diff --git a/cmake/FindCspice.cmake b/cmake/FindCSPICE.cmake similarity index 100% rename from cmake/FindCspice.cmake rename to cmake/FindCSPICE.cmake