Commit efd52f04 authored by Alexis Perry-Holby's avatar Alexis Perry-Holby
Browse files

build kitsune examples by default

parent cce1d4cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ set(CMAKE_BUILD_TYPE


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


if (DEFINED ENV{KOKKOS_PATH})