swh:1:snp:c7c108084bc0bf3d81436bf980b46e98bd338453
Raw File
Tip revision: 4b856e6ec99035d5a1041db73e2339000d395aa0 authored by Pascal de Bruijn on 03 April 2013, 20:05:07 UTC
adobe_coeff: Nikon Coolpix A same as D7000
Tip revision: 4b856e6
FindUnity.cmake
SET(UNITY_FIND_REQUIRED ${Unity_FIND_REQUIRED})

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