summaryrefslogtreecommitdiffstats
path: root/src/glfw3.mk
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2015-08-25 16:25:58 (GMT)
committerBoris Nagaev <bnagaev@gmail.com>2015-08-25 16:25:58 (GMT)
commit83ae08097437ed33b57d2058bdf9692772b78dc4 (patch)
tree9b6ed775fbf4c2275b54ef7f64f5c362120e2e43 /src/glfw3.mk
parente0997e5e7053a611f50cc0c0ef15f09d2ebbe227 (diff)
downloadmxe-83ae08097437ed33b57d2058bdf9692772b78dc4.zip
mxe-83ae08097437ed33b57d2058bdf9692772b78dc4.tar.gz
mxe-83ae08097437ed33b57d2058bdf9692772b78dc4.tar.bz2
fix pcl build
Add "cmake_policy(SET CMP0017 NEW)" to CMakeLists.txt $ cmake --help-policy CMP0017 > Starting with CMake 2.8.4, if a cmake-module shipped with CMake (i.e. > located in the CMake module directory) calls include() or > find_package(), the files located in the the CMake module directory > are preferred over the files in CMAKE_MODULE_PATH. This makes sure > that the modules belonging to CMake always get those files included > which they expect, and against which they were developed and tested. > In call other cases, the files found in CMAKE_MODULE_PATH still take > precedence over the ones in the CMake module directory. The OLD > behaviour is to always prefer files from CMAKE_MODULE_PATH over files > from the CMake modules directory. Error message: CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:97 (MESSAGE): Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) (found version "0.28") Call Stack (most recent call first): /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:288 (_FPHSA_FAILURE_MESSAGE) /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:102 (find_package_handle_standard_args) /usr/lib/mxe/src/cmake/FindTIFF.cmake:5 (find_package) /usr/share/cmake-2.8/Modules/Qt4ConfigDependentSettings.cmake:86 (find_package) /usr/share/cmake-2.8/Modules/FindQt4.cmake:1053 (INCLUDE) CMakeLists.txt:336 (find_package) close #734
Diffstat (limited to 'src/glfw3.mk')
0 files changed, 0 insertions, 0 deletions