From eb412ee9589410a6aaea30c73a759b3e397f85ad Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Sat, 2 Dec 2017 04:55:26 -0800 Subject: [PATCH] Fix CMakeLists.txt variable --- CHANGELOG.md | 1 + test/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97c5c7af..d4673ea1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ Version 148: * Install codecov on codecov CI targets only * Update reports for hybrid assessment * Handle invalid deflate frames +* Fix CMakeLists.txt variable -------------------------------------------------------------------------------- diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 82f02fb5..16cef92a 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -11,7 +11,7 @@ include_directories (./extern) include_directories (./extras/include) include_directories (../subtree/unit_test/include) -file (GLOB_RECURSE EXTRAS_INCLUDES +file (GLOB_RECURSE EXTRAS_FILES ${PROJECT_SOURCE_DIR}/test/extras/include/*.hpp ${PROJECT_SOURCE_DIR}/test/extras/include/*.ipp ${PROJECT_SOURCE_DIR}/subtree/unit_test/include/*.hpp