Skip to content

Commit e9ea2e3

Browse files
committed
CMake: Fixup cmake minimum version that was missed previously
1 parent 76a5088 commit e9ea2e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Minimum CMake version 3.18 for CUDA --std=c++17
2-
cmake_minimum_required(VERSION 3.18...3.25 FATAL_ERROR)
1+
# Minimum CMake version 3.25.2 for CUDA --std=c++20
2+
cmake_minimum_required(VERSION 3.25.2...3.29 FATAL_ERROR)
33

44
# Option to enable GTEST_DISCOVER if tests or tests_dev are enabled. Defaults to off due to runtime increase
55
cmake_dependent_option(FLAMEGPU_ENABLE_GTEST_DISCOVER "Enable GTEST_DISCOVER for more detailed ctest output without -VV. This dramatically increases test suite runtime to CUDA context initialisation." OFF "FLAMEGPU_BUILD_TESTS OR FLAMEGPU_BUILD_TESTS_DEV" OFF)

0 commit comments

Comments
 (0)