]> git.pld-linux.org Git - packages/OpenColorIO.git/blob - OpenColorIO-no-Werror.patch
- updated to 2.3.2 (new soname)
[packages/OpenColorIO.git] / OpenColorIO-no-Werror.patch
1 --- OpenColorIO-1.1.0/src/core/CMakeLists.txt.orig      2018-06-25 22:20:57.554347159 +0200
2 +++ OpenColorIO-1.1.0/src/core/CMakeLists.txt   2018-06-25 22:21:19.001013583 +0200
3 @@ -23,8 +23,6 @@
4      if("${CMAKE_BUILD_TYPE}" STREQUAL "Release")
5          set(EXTERNAL_COMPILE_FLAGS "${EXTERNAL_COMPILE_FLAGS} /WX")
6      endif()
7 -else()
8 -    set(EXTERNAL_COMPILE_FLAGS "${EXTERNAL_COMPILE_FLAGS} -Werror")
9  endif()
10  
11  # SHARED
12 --- OpenColorIO-1.1.0/src/pyglue/CMakeLists.txt.orig    2018-01-05 02:38:27.000000000 +0100
13 +++ OpenColorIO-1.1.0/src/pyglue/CMakeLists.txt 2018-06-25 22:20:32.314347449 +0200
14 @@ -20,12 +20,6 @@
15      set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /wd4275")
16  endif()
17  
18 -# Process all warnings as errors
19 -# Unfortunately Windows still has a warning
20 -if(UNIX)
21 -    set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werror")
22 -endif()
23 -
24  find_package(PythonLibs)
25  if(NOT PYTHONLIBS_FOUND)
26      message(FATAL "Python libraries were not found, exiting.")
This page took 0.105738 seconds and 3 git commands to generate.