Skip to content

Commit

Permalink
Contain Fortran .mod files in a single directory
Browse files Browse the repository at this point in the history
  • Loading branch information
rafmudaf committed Oct 24, 2019
1 parent f64f568 commit 8c6b5bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
cmake_minimum_required(VERSION 3.6)
project(DRC_Fortran VERSION 0.1 LANGUAGES Fortran)

set(CMAKE_Fortran_MODULE_DIRECTORY "${CMAKE_BINARY_DIR}/ftnmods")

# Sets the optimization level to -O2 and includes -g
set(CMAKE_BUILD_TYPE "RelWithDebInfo")

Expand Down

0 comments on commit 8c6b5bf

Please sign in to comment.