Commit d0f6926b authored by Patrick McCormick's avatar Patrick McCormick
Browse files

Disable automatic example builds as part of the default cmake config(s).

parent 89d65f56
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ message(STATUS "Kitsune include directory: ${KITSUNE_INCLUDE_DIR}")
message(STATUS "Kitsune binary directory: ${KITSUNE_BINARY_DIR}")

option(KITSUNE_INCLUDE_TESTS
  "Enable Kitsune tests." ${LLVM_INCLUDE_TESTS})
  "Enable Kitsune tests." FALSE) # TODO: temp patch ${LLVM_INCLUDE_TESTS})
option(KITSUNE_BUILD_EXAMPLES
  "Build Kitsune example programs by default." ${KITSUNE_INCLUDE_TESTS})

+0 −2
Original line number Diff line number Diff line
@@ -51,8 +51,6 @@ set(CMAKE_BUILD_TYPE


set(KITSUNE_ENABLED ON CACHE BOOL "") # not sure this is really needed these days...
set(KITSUNE_BUILD_EXAMPLES ON CACHE BOOL "")


if (DEFINED ENV{KOKKOS_PATH})
  set(KITSUNE_ENABLE_KOKKOS ON CACHE BOOL "")