]> git.pld-linux.org Git - packages/crossmingw32-jasper.git/blob - jasper-nocxx.patch
- added nocxx patch (disable cmake check for C++ compiler)
[packages/crossmingw32-jasper.git] / jasper-nocxx.patch
1 --- jasper-2.0.10/CMakeLists.txt.orig   2016-12-30 17:53:52.000000000 +0100
2 +++ jasper-2.0.10/CMakeLists.txt        2017-01-28 10:34:17.024052784 +0100
3 @@ -1,6 +1,6 @@
4  cmake_minimum_required (VERSION 2.8.11)
5  
6 -project(JasPer)
7 +project(JasPer C)
8  
9  set(CMAKE_MODULE_PATH
10    ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/build/cmake/modules/")
This page took 0.062782 seconds and 3 git commands to generate.