diff options
author | Slávek Banko <[email protected]> | 2019-02-13 22:59:19 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-02-13 22:59:19 +0100 |
commit | ea8d5387f2d3f1d986341228715b235e96995e15 (patch) | |
tree | 41db0bab156ece76f100ebd2f6e96cf601c387d2 /CMakeLists.txt | |
parent | 628b8d04cfc457af6bbf064f7c4376dda9cd2f1e (diff) | |
download | tde-style-qtcurve-ea8d5387f2d3f1d986341228715b235e96995e15.tar.gz tde-style-qtcurve-ea8d5387f2d3f1d986341228715b235e96995e15.zip |
Use common CMake tests.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
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 ##################### |