summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2019-02-13 22:59:19 +0100
committerSlávek Banko <slavek.banko@axis.cz>2019-02-13 22:59:19 +0100
commitea8d5387f2d3f1d986341228715b235e96995e15 (patch)
tree41db0bab156ece76f100ebd2f6e96cf601c387d2 /CMakeLists.txt
parent628b8d04cfc457af6bbf064f7c4376dda9cd2f1e (diff)
downloadtde-style-qtcurve-ea8d5387f2d3f1d986341228715b235e96995e15.tar.gz
tde-style-qtcurve-ea8d5387f2d3f1d986341228715b235e96995e15.zip
Use common CMake tests.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b263635..c74594b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -28,9 +28,6 @@ set(CPACK_SOURCE_PACKAGE_FILE_NAME "${CMAKE_PROJECT_NAME}-${QTCURVE_VERSION_FULL
set(CPACK_PACKAGE_FILE_NAME "${CMAKE_PROJECT_NAME}-${QTCURVE_VERSION_FULL}")
include(CPack)
-exec_program(tde-config
- ARGS --install locale --expandvars
- OUTPUT_VARIABLE KDE3_LOCALE_PREFIX)
##### general package setup #####################