[cmake] Rename FindCspice to FindCSPICE

pull/1099/head
Hleb Valoshka 2021-06-22 09:16:10 +04:00
parent 1c68ecdd8e
commit d3cfa9f333
2 changed files with 1 additions and 1 deletions

View File

@ -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")