Skip to content

Commit

Permalink
Merge pull request #1160 from ndellingwood/fix-1150
Browse files Browse the repository at this point in the history
Add missing $ to KOKKOS_HAS_TRILINOS in sparse_sptrsv_superlu check
  • Loading branch information
ndellingwood authored Oct 28, 2021
2 parents 234ec7d + efdb695 commit eed8d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perf_test/sparse/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ KOKKOSKERNELS_ADD_EXECUTABLE(
SOURCES KokkosSparse_sptrsv_cholmod.cpp
)

IF(NOT KOKKOS_HAS_TRILINOS)
IF(NOT ${KOKKOS_HAS_TRILINOS})
# Disable this perf test with Trilinos builds to workaround
# -Werror issues error: declaration of xyz with C language linkage
KOKKOSKERNELS_ADD_EXECUTABLE(
Expand Down

0 comments on commit eed8d4a

Please sign in to comment.