Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Amazingkivas authored Nov 7, 2024
1 parent b02b573 commit e2292ab
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
cmake_minimum_required(VERSION 3.0)

project(FDTD)
project(FDTD LANGUAGES CXX)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED True)
set(CMAKE_CXX_EXTENSIONS OFF)

find_package(OpenMP REQUIRED)

Expand Down Expand Up @@ -66,4 +70,4 @@ find_package(Kokkos REQUIRED)

add_subdirectory(project)
add_subdirectory(test)
add_subdirectory(samples)
add_subdirectory(samples)

0 comments on commit e2292ab

Please sign in to comment.