~ubuntu-touch-coreapps-drivers/trojita/git-kde

« back to all changes in this revision

Viewing changes to cmake/TrojitaNSIS.cmake

  • Committer: Jan Kundrát
  • Date: 2022-03-03 11:26:42 UTC
  • mfrom: (4947.1.7)
  • Revision ID: git-v1:f570812c3283bc9b40d008212994d2d88b8273ff
Merge commit 'merge-requests/14/head' into master

Change-Id: Ia008d46f9a5071bc313344aba0690c8367123e43

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
# The reason for this is that we only have cmake-3.3 in the CI so far.
54
54
if(NOT (EXISTS "${OpenSSL_Crypto_LOC}" AND EXISTS "${OpenSSL_SSL_LOC}"))
55
55
    find_package(OpenSSL REQUIRED)
56
 
    cmake_minimum_required(VERSION 3.4.0)
57
56
    get_target_property(OpenSSL_SSL_LOC OpenSSL::SSL LOCATION)
58
57
    get_target_property(OpenSSL_Crypto_LOC OpenSSL::Crypto LOCATION)
59
58
endif()