From c70f99a283bf5d2342acca841186695a1346d357 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Fri, 18 Oct 2019 20:32:58 +0200 Subject: [PATCH] Remove uneeded empty line in CMakeLists.txt --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e632c60..9808ba0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,7 +37,6 @@ else(CMAKE_BUILD_TYPE STREQUAL "Debug") add_definitions(-DGETTEXT_PACKAGE=\"gds-render\" -DLOCALEDATADIR=\"/usr/share\") ENDIF(CMAKE_BUILD_TYPE STREQUAL "Debug") - add_subdirectory(resources) add_subdirectory(doxygen) add_subdirectory(version)