File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33# SPDX-License-Identifier: MIT
44
55cmake_minimum_required (VERSION 3.25)
6- project (DDC VERSION 0.8 .0 LANGUAGES CXX)
6+ project (DDC VERSION 0.9 .0 LANGUAGES CXX)
77
88# List of options
99
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ cmake_minimum_required(VERSION 3.25)
66project (test -installed-ddc LANGUAGES CXX)
77
88# Test whether `find_package(DDC)` can be called multiple times
9- find_package (DDC 0.8 REQUIRED)
10- find_package (DDC 0.8 REQUIRED COMPONENTS fft)
11- find_package (DDC 0.8 REQUIRED COMPONENTS pdi splines)
9+ find_package (DDC 0.9 REQUIRED)
10+ find_package (DDC 0.9 REQUIRED COMPONENTS fft)
11+ find_package (DDC 0.9 REQUIRED COMPONENTS pdi splines)
1212
1313message (STATUS "DDC options:" )
1414message (STATUS "* DDC_BUILD_DOUBLE_PRECISION=${DDC_BUILD_DOUBLE_PRECISION} " )
You can’t perform that action at this time.
0 commit comments