From 3db3676fae7d6b794ab55b58198998a4de47facd Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Fri, 10 Jul 2015 15:26:22 -0700 Subject: [PATCH] Fixing compile failure --- tests/entities/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/entities/CMakeLists.txt b/tests/entities/CMakeLists.txt index 44b84dea43..23c02a97f8 100644 --- a/tests/entities/CMakeLists.txt +++ b/tests/entities/CMakeLists.txt @@ -2,7 +2,7 @@ set(TARGET_NAME "entities-test") # This is not a testcase -- just set it up as a regular hifi project -setup_hifi_project() +setup_hifi_project(Script) set_target_properties(${TARGET_NAME} PROPERTIES FOLDER "Tests/manual-tests/")