From 1fffdf8de047dd7b72e39b0794185698df62e826 Mon Sep 17 00:00:00 2001 From: Ed Hartnett Date: Thu, 11 Jul 2019 11:05:02 -0600 Subject: [PATCH] trying to fix cmake build --- src/flib/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/flib/CMakeLists.txt b/src/flib/CMakeLists.txt index f76d22f1cbe..58c30caca1a 100644 --- a/src/flib/CMakeLists.txt +++ b/src/flib/CMakeLists.txt @@ -40,7 +40,6 @@ endif () target_include_directories (piof PUBLIC ${CMAKE_CURRENT_SOURCE_DIR} PUBLIC ${CMAKE_CURRENT_BINARY_DIR} - PUBLIC ${CMAKE_BINARY_DIR} ) # System and compiler CPP directives