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 1fffdf8 commit e6991ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/flib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ endif ()
# Include flib source and binary directories (for Fortran modules)
target_include_directories (piof
PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}
PUBLIC ${CMAKE_CURRENT_BINARY_DIR}
)
PUBLIC ${CMAKE_CURRENT_BINARY_DIR})

# System and compiler CPP directives
target_compile_definitions (piof
Expand Down

0 comments on commit e6991ab

Please sign in to comment.