File x265.patch of Package x265 (Revision 65af1ad42ae59908c9f38ee4aea64219)
Currently displaying revision 65af1ad42ae59908c9f38ee4aea64219 , Show latest
16
1
---
2
source/CMakeLists.txt | 2 +-
3
1 file changed, 1 insertion(+), 1 deletion(-)
4
5
--- a/source/CMakeLists.txt
6
+++ b/source/CMakeLists.txt
7
8
cmake_policy(SET CMP0042 NEW) # MACOSX_RPATH
9
endif()
10
if(POLICY CMP0054)
11
- cmake_policy(SET CMP0054 OLD) # Only interpret if() arguments as variables or keywords when unquoted
12
+ cmake_policy(SET CMP0054 NEW) # Only interpret if() arguments as variables or keywords when unquoted
13
endif()
14
15
project (x265)
16