cmake conversion #1

已合併
SlavekB 5 年之前 將 1 次代碼提交從 feat/cmakeConv 合併至 master

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 reviewed 5 年之前
SlavekB left a comment
所有者

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)
所有者

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 )
所有者

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 )
所有者

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 added the PR/wip label 5 年之前
Ghost added ST/wontfix and removed PR/wip labels 5 年之前
發佈者

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.
所有者

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 removed the ST/wontfix label 5 年之前
SlavekB5 年之前 指派給自己
SlavekB added the PR/wip label 5 年之前
SlavekB removed the PR/wip label 5 年之前
SlavekB closed this pull request 5 年之前
SlavekB 刪除分支 feat/cmakeConv 5 年之前
SlavekB 新增至R14.0.6 release 里程碑 5 年之前
The pull request has been merged as ffbcad84f2.
登入 才能加入這對話。
No reviewers
未選擇里程碑
No Assignees
2 參與者
訊息
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: TDE/kshutdown#1
Loading…
尚未有任何內容