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:32 +0100
commita4edb47f005d021dcd16999ec039b279ba4eb584 (patch)
tree447b37ef4d76be796020ed4983aac88a2145762d /CMakeLists.txt
parent5473a3eb39a094d820c0c82f8c2910f6ad91384c (diff)
downloadtde-style-qtcurve-a4edb47f005d021dcd16999ec039b279ba4eb584.tar.gz
tde-style-qtcurve-a4edb47f005d021dcd16999ec039b279ba4eb584.zip
Use common CMake tests.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit ea8d5387f2d3f1d986341228715b235e96995e15)
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 #####################