From f7cc7a424a51dd6737d7124024b88b5af0c466d6 Mon Sep 17 00:00:00 2001 From: Ed Hartnett Date: Thu, 11 Jul 2019 09:44:26 -0600 Subject: [PATCH] trying to fix cmake build --- src/flib/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/flib/CMakeLists.txt b/src/flib/CMakeLists.txt index 42b70edb789..d70dae8a5d5 100644 --- a/src/flib/CMakeLists.txt +++ b/src/flib/CMakeLists.txt @@ -38,6 +38,7 @@ 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})