Loading kitsune/CMakeLists.txt +1 −1 Original line number Diff line number Diff line Loading @@ -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}) Loading kitsune/cmake/caches/kitsune-dev.cmake +0 −2 Original line number Diff line number Diff line Loading @@ -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 "") Loading Loading
kitsune/CMakeLists.txt +1 −1 Original line number Diff line number Diff line Loading @@ -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}) Loading
kitsune/cmake/caches/kitsune-dev.cmake +0 −2 Original line number Diff line number Diff line Loading @@ -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 "") Loading