We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0a05a4 commit 8e9207eCopy full SHA for 8e9207e
CMakeLists.txt
@@ -78,7 +78,7 @@ set(CMAKE_INSTALL_PLUGINSDIR "." CACHE STRING "" FORCE)
78
find_package(Qt6 6.10.0 REQUIRED COMPONENTS Core Gui Widgets Network Charts DBus OpenGLWidgets LinguistTools)
79
80
#set(CMAKE_FIND_DEBUG_MODE 1)
81
-find_package(cfitsio 4.6.2 REQUIRED)
+find_package(cfitsio REQUIRED)
82
find_package(boost_align CONFIG REQUIRED)
83
find_package(boost_container CONFIG REQUIRED)
84
find_package(boost_interprocess CONFIG REQUIRED)
0 commit comments