diff --git a/src/calamares/CMakeLists.txt b/src/calamares/CMakeLists.txt index c913c0959..1857b2b79 100644 --- a/src/calamares/CMakeLists.txt +++ b/src/calamares/CMakeLists.txt @@ -1,5 +1,3 @@ -project( calamares ) - add_definitions( -DUIDLLEXPORT_PRO ) if( NOT CMAKE_BUILD_TYPE STREQUAL "Release" ) @@ -27,8 +25,6 @@ include_directories( ../libcalamaresui ) -include( GNUInstallDirs ) - # Translations include( CalamaresAddTranslations ) add_calamares_translations( ${CALAMARES_TRANSLATION_LANGUAGES} )