Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
balos1 committed Jul 18, 2023
1 parent c813e36 commit 47ecd65
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions examples/arkode/CXX_serial/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ foreach(example_tuple ${ARKODE_examples})

set_target_properties(${example_target} PROPERTIES FOLDER "Examples")

target_compile_features(${example_target} PRIVATE cxx_std_14)

# directories to include
target_include_directories(${example_target}
PRIVATE
Expand Down
2 changes: 0 additions & 2 deletions examples/sunmatrix/slunrloc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ foreach(example_tuple ${sunmatrix_slunrloc_examples})
set_target_properties(${example_target} PROPERTIES FOLDER "Examples")

target_include_directories(${example_target} PRIVATE . ..)

target_compile_features(${example_target} PRIVATE cxx_std_14)

# libraries to link against
target_link_libraries(${example_target}
Expand Down
2 changes: 1 addition & 1 deletion src/nvector/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ if(BUILD_NVECTOR_KOKKOS)
install(CODE "MESSAGE(\"\nInstall NVECTOR_KOKKOS\n\")")
message(STATUS "Added BUILD_NVECTOR_KOKKOS module")
add_library(sundials_nveckokkos INTERFACE)
if(BUILD_NVECTOR_HIP)
if(ENABLE_HIP)
target_link_libraries(sundials_nveckokkos INTERFACE
Kokkos::kokkos hip::device)
else()
Expand Down

0 comments on commit 47ecd65

Please sign in to comment.