cmake conversion #1

Fusionado
SlavekB fusionados 1 commits de feat/cmakeConv en master hace 5 años
Ghost comentado hace 5 años

I've added a man page taken from your Debian packaging system.

I've added a man page taken from your Debian packaging system.
SlavekB revisado hace 5 años
SlavekB dejó un comentario
Propietario

Please, give attention to my comments below. For now, I did not test it but it looks good.

Please, give attention to my comments below. For now, I did not test it but it looks good.
include(TestBigEndian)
test_big_endian(WORDS_BIGENDIAN)
Propietario

Please add here as another standard test:

tde_setup_largefiles( )
Please add here as another standard test: ``` tde_setup_largefiles( ) ```
set( __KDE_HAVE_GCC_VISIBILITY 1 )
set( CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fvisibility=hidden -fvisibility-inlines-hidden")
set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fvisibility=hidden -fvisibility-inlines-hidden")
endif( WITH_GCC_VISIBILITY )
Propietario

Please use a new common test:

tde_setup_gcc_visibility( )
Please use a new common test: ``` tde_setup_gcc_visibility( ) ```
if( NOT MSGFMT_EXECUTABLE )
tde_message_fatal( "msgfmt is required but was not found on your system." )
endif( NOT MSGFMT_EXECUTABLE )
endif( BUILD_TRANSLATIONS )
Propietario

This is no longer needed – it is automatically served by the new common test tde_setup_msgfmt( ).

This is no longer needed – it is automatically served by the new common test `tde_setup_msgfmt( )`.
Ghost añadió la etiqueta PR/wip hace 5 años
Ghost ha añadido ST/wontfix y eliminado PR/wip etiquetas hace 5 años
Ghost comentado hace 5 años
Autor

So many change in the cmake modules, I get lost.
Feel free to add/change anything, I won't work on kshudown anymore.

So many change in the cmake modules, I get lost. Feel free to add/change anything, I won't work on kshudown anymore.
Propietario

Okay, that's no problem. Changes in the common cmake module are not large and most represent simplification for individual projects. I'll finish it.

Okay, that's no problem. Changes in the common cmake module are not large and most represent simplification for individual projects. I'll finish it.
SlavekB eliminó la etiqueta ST/wontfix hace 5 años
SlavekB auto asignado este hace 5 años
SlavekB añadió la etiqueta PR/wip hace 5 años
SlavekB eliminó la etiqueta PR/wip hace 5 años
SlavekB cerró este pull request hace 5 años
SlavekB rama eliminada feat/cmakeConv hace 5 años
SlavekB ha añadido esto al hito R14.0.6 release hace 5 años
El Pull Request se ha fusionado como ffbcad84f2.
Inicie sesión para unirse a esta conversación.
No hay revisores
Sin Milestone
No asignados
2 participantes
Notificaciones
Fecha de vencimiento

Sin fecha de vencimiento.

Dependencias

No se han establecido dependencias.

Referencia: TDE/kshutdown#1
Cargando…
Aún no existe contenido.