|
|
|
@ -47,7 +47,6 @@ option( WITH_GCC_VISIBILITY "Enable fvisibility and fvisibility-inlines-hidden"
|
|
|
|
|
##### user requested modules
|
|
|
|
|
|
|
|
|
|
option( BUILD_ALL "Build all" ON )
|
|
|
|
|
#option( BUILD_DOC "Build documentation" ${BUILD_ALL} )
|
|
|
|
|
option( BUILD_TRANSLATIONS "Build translations" ${BUILD_ALL} )
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -72,7 +71,6 @@ add_subdirectory( src )
|
|
|
|
|
|
|
|
|
|
##### other data ################################
|
|
|
|
|
|
|
|
|
|
#tde_conditional_add_project_docs( BUILD_DOC )
|
|
|
|
|
tde_conditional_add_project_translations( BUILD_TRANSLATIONS )
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|