swh:1:snp:c7c108084bc0bf3d81436bf980b46e98bd338453
Raw File
Tip revision: b1463c3be9d326a19c897386068b770dfc3d8437 authored by Pascal de Bruijn on 21 July 2012, 10:43:22 UTC
upegelows: lens correction: properly deal with case where lens is known but camera not
Tip revision: b1463c3
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