Skip to content

Commit

Permalink
Set default option for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohit-Kakodkar committed Oct 31, 2023
1 parent 7e4e77f commit 076a387
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ project(specfem2d_kokkos VERSION 0.1.0)
set(CMAKE_CXX_STANDARD 17)
option(MPI_PARALLEL "MPI enabled" OFF)
option(BUILD_TESTS "Tests included" OFF)
option(BUILD_EXAMPLES "Examples included" OFF)

if(CMAKE_CXX_COMPILER_ID STREQUAL "IntelLLVM")
set(CMAKE_CXX_FLAGS "-fp-model=precise")
Expand Down

0 comments on commit 076a387

Please sign in to comment.