Skip to content

Commit

Permalink
Test find_package(DDC) bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tpadioleau committed Jan 12, 2025
1 parent 0e6a56c commit 4090045
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
cmake_minimum_required(VERSION 3.22)
project(test-installed-ddc LANGUAGES CXX)

find_package(DDC 0.4 REQUIRED)
find_package(DDC 0.4 REQUIRED COMPONENTS fft pdi splines)

message("DDC options:")
Expand Down

0 comments on commit 4090045

Please sign in to comment.