diff --git a/CMakeLists.txt b/CMakeLists.txt index 8fdbc6b..24f8b2a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ find_library(FITS_LIB cfitsio REQUIRED) find_library(RAW_LIB NAMES raw_r REQUIRED) find_library(WCS_LIB wcs wcslib REQUIRED) find_library(LCMS2_LIB lcms2 REQUIRED) -find_library(STELLARSOLVER_LIB stellarsolver) +find_library(STELLARSOLVER_LIB NAMES stellarsolver stellarsolver6) add_subdirectory(libXISF)