Skip to content

Commit

Permalink
Release version 0.2.0 (#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpadioleau authored Dec 5, 2024
1 parent f5c0a2c commit ee8e667
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: MIT

cmake_minimum_required(VERSION 3.22)
project(DDC VERSION 0.1.0 LANGUAGES CXX)
project(DDC VERSION 0.2.0 LANGUAGES CXX)

# List of options

Expand Down
2 changes: 1 addition & 1 deletion install_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
cmake_minimum_required(VERSION 3.22)
project(test-installed-ddc LANGUAGES CXX)

find_package(DDC 0.1 REQUIRED COMPONENTS fft pdi splines)
find_package(DDC 0.2 REQUIRED COMPONENTS fft pdi splines)

message("DDC options:")
message("DDC_BUILD_DOUBLE_PRECISION=${DDC_BUILD_DOUBLE_PRECISION}")
Expand Down

0 comments on commit ee8e667

Please sign in to comment.