swh:1:snp:c7c108084bc0bf3d81436bf980b46e98bd338453
Raw File
Tip revision: fe397eed0c4c1e2ed7836448a555797134a858ab authored by Pascal de Bruijn on 27 April 2012, 20:25:52 UTC
Revert "Fix for ticket #366 / #399"
Tip revision: fe397ee
FindUnity.cmake
include(Prebuilt)

if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
  include(FindPkgConfig)
  pkg_check_modules(UNITY unity)
endif (CMAKE_SYSTEM_NAME STREQUAL "Linux")

if (UNITY_FOUND)
  set(UNITY ON CACHE BOOL "Build with libunity support.")
endif (UNITY_FOUND)
back to top