From 3f594467189c255b231cafa7d3563a59c31deae8 Mon Sep 17 00:00:00 2001 From: Nissim Hadar Date: Tue, 14 Nov 2017 07:50:16 -0800 Subject: [PATCH] Fixing CMake --- tools/auto-tester/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/auto-tester/CMakeLists.txt b/tools/auto-tester/CMakeLists.txt index 034f784ff5..24ba14b818 100644 --- a/tools/auto-tester/CMakeLists.txt +++ b/tools/auto-tester/CMakeLists.txt @@ -1,12 +1,10 @@ set(TARGET_NAME auto-tester) -project(${TARGET_NAME}) setup_hifi_library(Gui Widgets) # Automatically run UIC and MOC. This replaces the older WRAP macros SET(CMAKE_AUTOUIC ON) SET(CMAKE_AUTOMOC ON) -setup_hifi_project(Widgets) link_hifi_libraries() # Find includes in corresponding build directories