We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f83eaf7 commit aae55d6Copy full SHA for aae55d6
CMakeLists.txt
@@ -1,4 +1,4 @@
1
-cmake_minimum_required (VERSION 3.8)
+cmake_minimum_required (VERSION 3.8...3.31)
2
3
project(webp-viewer)
4
tests/CMakeLists.txt
include (CheckIncludeFileCXX)
check_include_file_cxx (catch2/catch_test_macros.hpp HAS_CATCH_V3_HEADER)
tests/webp-viewer-tests/CMakeLists.txt
# test binary for component tests
project(webp-viewer-tests)
webp-viewer/CMakeLists.txt
0 commit comments