aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBurt P <pburt0@gmail.com>2017-08-07 02:53:36 -0500
committerLeandro A. F. Pereira <leandro@hardinfo.org>2017-08-07 01:06:05 -0700
commita5e2180c79b956b245e04373a56c16fd482278a4 (patch)
tree758fa2f6d60e77a6e730d16b4532c1becac63aba
parentcdb099fb5786a27e79b88457007cc9150abd02b9 (diff)
cmake: fix mistake that broken gui benchmark for gtk2
I broke it. Signed-off-by: Burt P <pburt0@gmail.com>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0ed14bb6..38903cbe 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -176,7 +176,7 @@ set(MODULE_benchmark_SOURCES_GTK2
if (HARDINFO_GTK3)
set(MODULE_benchmark_SOURCES ${MODULE_benchmark_SOURCES_GTKANY})
else()
- set(MODULE_benchmark_SOURCES ${MODULE_benchmark_SOURCES_GTKANY} ${MODULE_network_SOURCES_GTK2})
+ set(MODULE_benchmark_SOURCES ${MODULE_benchmark_SOURCES_GTKANY} ${MODULE_benchmark_SOURCES_GTK2})
endif()
set_source_files_properties(