conversion to the cmake building system #1

Merged
Ghost merged 1 commits from feat/cmakeConv into master 5 years ago
Ghost commented 5 years ago

This app hasn't been tested beyond the build itself.

This app hasn't been tested beyond the build itself.
Ghost added this to the R14.1.0 release milestone 5 years ago
Ghost added the PR/rfc label 5 years ago
SlavekB reviewed 5 years ago
SlavekB left a comment
Owner

There is one small comment, otherwise it looks good.

There is one small comment, otherwise it looks good.
# required stuff
find_package( TQt )
find_package( TDE )
Owner

Because smartcardauth is a program for a system that is independent of TQt and TDE, it is useless to detect them.

Because smartcardauth is a program for a system that is independent of TQt and TDE, it is useless to detect them.
SlavekB reviewed 5 years ago
SlavekB left a comment
Owner

Thank you for your previous edits. Here is one more question.

Thank you for your previous edits. Here is one more question.
pkg_search_module( SSL openssl )
if( NOT SSL_FOUND )
tde_message_fatal( "OpenSSL is required but was not found on your system" )
Owner

On some systems, SSL may be installed but without the pkg-config file. Therefore, for example, in tdelibs it is more complex detection: tdelibs/CMakeLists.txt Should we add such detection here?

On some systems, SSL may be installed but without the pkg-config file. Therefore, for example, in tdelibs it is more complex detection: [tdelibs/CMakeLists.txt](../tdelibs/src/branch/master/CMakeLists.txt#L1031) Should we add such detection here?
Ghost commented 5 years ago
Poster

Should we add such detection here?

ok, I'll add that.

>Should we add such detection here? ok, I'll add that.
Ghost removed the PR/rfc label 5 years ago
Ghost closed this pull request 5 years ago
Ghost deleted branch feat/cmakeConv 5 years ago
The pull request has been merged as 693098407f.
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: TDE/smartcardauth#1
Loading…
There is no content yet.