From 750cbd572ccfa618b82acbfc76b9746a65b6ea4e Mon Sep 17 00:00:00 2001 From: o9000 Date: Thu, 21 Dec 2017 17:27:05 +0100 Subject: [PATCH] Cleanup cmakefile --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6682de1..8dea576 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -247,7 +247,7 @@ else() SET(TRACING_L_FLAGS "") endif() -add_custom_target( version ALL "${PROJECT_SOURCE_DIR}/get_version.sh" -- "\"${PROJECT_SOURCE_DIR}/\"" ) +add_custom_target( version ALL "${PROJECT_SOURCE_DIR}/get_version.sh" ) link_directories( ${X11_LIBRARY_DIRS} ${PANGOCAIRO_LIBRARY_DIRS}