Skip to content

Commit

Permalink
trying to fix cmake build
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Jul 11, 2019
1 parent f7cc7a4 commit 22e36e0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/flib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ endif ()

# Include flib source and binary directories (for Fortran modules)
target_include_directories (piof
PUBLIC ${CMAKE_BINARY_DIR}
PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}
PUBLIC ${CMAKE_CURRENT_BINARY_DIR})
PUBLIC ${CMAKE_CURRENT_BINARY_DIR}
PUBLIC ${CMAKE_BINARY_DIR}
)

# System and compiler CPP directives
target_compile_definitions (piof
Expand Down

0 comments on commit 22e36e0

Please sign in to comment.