mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 18:35:37 -04:00
CMake: don't reset project() in a subdir
This commit is contained in:
parent
a01262a535
commit
6b137d6fd2
1 changed files with 0 additions and 4 deletions
|
@ -1,5 +1,3 @@
|
||||||
project( calamares )
|
|
||||||
|
|
||||||
add_definitions( -DUIDLLEXPORT_PRO )
|
add_definitions( -DUIDLLEXPORT_PRO )
|
||||||
|
|
||||||
if( NOT CMAKE_BUILD_TYPE STREQUAL "Release" )
|
if( NOT CMAKE_BUILD_TYPE STREQUAL "Release" )
|
||||||
|
@ -27,8 +25,6 @@ include_directories(
|
||||||
../libcalamaresui
|
../libcalamaresui
|
||||||
)
|
)
|
||||||
|
|
||||||
include( GNUInstallDirs )
|
|
||||||
|
|
||||||
# Translations
|
# Translations
|
||||||
include( CalamaresAddTranslations )
|
include( CalamaresAddTranslations )
|
||||||
add_calamares_translations( ${CALAMARES_TRANSLATION_LANGUAGES} )
|
add_calamares_translations( ${CALAMARES_TRANSLATION_LANGUAGES} )
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue