Skip to content

Commit 8e9207e

Browse files
committed
Remove release number of cfitsio from CMakeLists as this is handled by vcpkg
1 parent f0a05a4 commit 8e9207e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ set(CMAKE_INSTALL_PLUGINSDIR "." CACHE STRING "" FORCE)
7878
find_package(Qt6 6.10.0 REQUIRED COMPONENTS Core Gui Widgets Network Charts DBus OpenGLWidgets LinguistTools)
7979

8080
#set(CMAKE_FIND_DEBUG_MODE 1)
81-
find_package(cfitsio 4.6.2 REQUIRED)
81+
find_package(cfitsio REQUIRED)
8282
find_package(boost_align CONFIG REQUIRED)
8383
find_package(boost_container CONFIG REQUIRED)
8484
find_package(boost_interprocess CONFIG REQUIRED)

0 commit comments

Comments
 (0)