Skip to content

Commit

Permalink
Apply review from rb214678
Browse files Browse the repository at this point in the history
  • Loading branch information
tpadioleau committed Nov 7, 2024
1 parent 62f9f6b commit 6233e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ find_package(DDC REQUIRED COMPONENTS fft pdi splines)
message("DDC options:")
message("DDC_BUILD_DOUBLE_PRECISION=${DDC_BUILD_DOUBLE_PRECISION}")
message("DDC_fft_FOUND=${DDC_fft_FOUND}")
message("DDC_splines_FOUND=${DDC_splines_FOUND}")
message("DDC_pdi_FOUND=${DDC_pdi_FOUND}")
message("DDC_splines_FOUND=${DDC_splines_FOUND}")

add_executable(main main.cpp)
target_link_libraries(main PRIVATE DDC::core DDC::fft DDC::pdi DDC::splines)

0 comments on commit 6233e42

Please sign in to comment.