Skip to content

Commit e8d8790

Browse files
committed
fix version
1 parent 777008a commit e8d8790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake_files/dependencies.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ endif()
1919

2020
find_package(CFitsIO REQUIRED)
2121

22-
if(CMAKE_VERSION VERSION_GREATER_EQUAL "3.29.0")
22+
if(CMAKE_VERSION VERSION_GREATER_EQUAL "3.30.0")
2323
cmake_policy(SET CMP0167 NEW)
2424
endif()
2525
find_package(Boost COMPONENTS system filesystem REQUIRED)

0 commit comments

Comments
 (0)