# pwimp_macos_use_macports.cmake -- # # CMake definitions for linking with the libdc1394 (industrial camera over firewire). # # Copyright (c) 2016 LIG/IIHM, University of Grenoble # # See the file "gil_LicenseTerms.txt" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # Created on Nov. 11th, 2016 (FB) Std_Header() if (NOT PWIMP_MACOS_USE_MACPORTS_ONCE) set(PWIMP_MACOS_USE_MACPORTS_ONCE 1) include_directories("/opt/local/include") endif (NOT PWIMP_MACOS_USE_MACPORTS_ONCE)