From 42dd55244a2faed2eccb87f3df747e087c40039c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Du=C5=A1an=20Poizl?= Date: Mon, 13 Jun 2022 18:50:36 +0200 Subject: [PATCH] Add wcslib as lib name --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c79e3c8..50d4240 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,7 @@ find_library(GSLCBLAS_LIB gslcblas REQUIRED) find_library(EXIF_LIB exif REQUIRED) find_library(FITS_LIB cfitsio REQUIRED) find_library(RAW_LIB NAMES raw_r REQUIRED) -find_library(WCS_LIB wcs REQUIRED) +find_library(WCS_LIB wcs wcslib PATHS REQUIRED) set(TENMON_SRC about.cpp