From e6991ab2a907ad45f2e03cf569f8887660b5e42f Mon Sep 17 00:00:00 2001 From: Ed Hartnett Date: Thu, 11 Jul 2019 11:14:31 -0600 Subject: [PATCH] trying to fix cmake build --- src/flib/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/flib/CMakeLists.txt b/src/flib/CMakeLists.txt index 58c30caca1a..42b70edb789 100644 --- a/src/flib/CMakeLists.txt +++ b/src/flib/CMakeLists.txt @@ -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