Skip to content
Draft
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions esma.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ include (esma_compiler)

find_package (OpenMP)

### GPU Physics ###

option(GPU_PHYSICS "Build GPU ports of Physics components" OFF)
if (GPU_PHYSICS)
find_package (OpenACC)
endif ()

### Position independent code ###

set(CMAKE_POSITION_INDEPENDENT_CODE ON)
Expand Down