Skip to content

Commit

Permalink
cmake: avoid using KokkosTools_REUSE_KOKKOS_COMPILER
Browse files Browse the repository at this point in the history
  • Loading branch information
romintomasetti committed Jul 3, 2023
1 parent 03d68be commit 86d59a4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
"name" : "default",
"binaryDir" : "${sourceDir}/build-with-${presetName}",
"cacheVariables" : {
"CMAKE_EXPORT_COMPILE_COMMANDS" : "ON",
"CMAKE_BUILD_TYPE" : "Release",
"CMAKE_CXX_STANDARD" : "17",
"KokkosTools_REUSE_KOKKOS_COMPILER" : "ON",
"KokkosTools_ENABLE_EXAMPLES" : "ON",
"KokkosTools_ENABLE_SINGLE" : "ON",
"KokkosTools_ENABLE_MPI" : "ON"
Expand Down
1 change: 0 additions & 1 deletion kokkos.presets.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"name" : "default",
"binaryDir" : "${sourceDir}/build-with-${presetName}",
"cacheVariables" : {
"CMAKE_EXPORT_COMPILE_COMMANDS" : "ON",
"CMAKE_BUILD_TYPE" : "Release",
"CMAKE_CXX_STANDARD" : "17",
"CMAKE_CXX_EXTENSIONS" : "OFF",
Expand Down

0 comments on commit 86d59a4

Please sign in to comment.