From f92f29ecabe81c138be04e177fc240d105ea35d0 Mon Sep 17 00:00:00 2001 From: Ryan Huffman Date: Wed, 27 Apr 2016 16:34:24 -0700 Subject: [PATCH] Fix interfaces scripts not copying from /scripts in local builds --- interface/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/CMakeLists.txt b/interface/CMakeLists.txt index a6a66e285a..800cadf72f 100644 --- a/interface/CMakeLists.txt +++ b/interface/CMakeLists.txt @@ -243,7 +243,7 @@ else (APPLE) "${PROJECT_SOURCE_DIR}/resources" $/resources COMMAND "${CMAKE_COMMAND}" -E copy_directory - "${CMAKE_SOURCE_DIR}/examples" + "${CMAKE_SOURCE_DIR}/scripts" $/scripts )