[BACK]Return to patch-CMakeLists_txt CVS log [TXT][DIR] Up to [local] / mystuff-orcaslicer / cad / orcaslicer / patches

Annotation of mystuff-orcaslicer/cad/orcaslicer/patches/patch-CMakeLists_txt, Revision 1.2

1.1       afresh1     1: Index: CMakeLists.txt
                      2: --- CMakeLists.txt.orig
                      3: +++ CMakeLists.txt
1.2     ! afresh1     4: @@ -45,6 +45,9 @@ You can do this in Environment Variables settings.
        !             5:      endif()
        !             6:  endif ()
1.1       afresh1     7:
                      8: +# Silence the warnings while we work
                      9: +cmake_policy(SET CMP0175 OLD)
                     10: +
                     11:  if (APPLE)
                     12:      # if CMAKE_OSX_DEPLOYMENT_TARGET is not set, set it to 11.3
                     13:      if (NOT CMAKE_OSX_DEPLOYMENT_TARGET)
1.2     ! afresh1    14: @@ -288,7 +291,7 @@ if (APPLE)
        !            15:      endif ()
        !            16:  endif ()
        !            17:
        !            18: -if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
        !            19: +if (CMAKE_SYSTEM_NAME STREQUAL "Linux" OR CMAKE_SYSTEM_NAME MATCHES "BSD")
        !            20:      find_package(PkgConfig REQUIRED)
        !            21:
        !            22:      if (CMAKE_VERSION VERSION_LESS "3.1")

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>