nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 20 lines 639 B view raw
1diff --git a/runtime/Cpp/CMakeLists.txt b/runtime/Cpp/CMakeLists.txt 2index e549f113f..c84f591c2 100644 3--- a/runtime/Cpp/CMakeLists.txt 4+++ b/runtime/Cpp/CMakeLists.txt 5@@ -28,15 +28,10 @@ project(LIBANTLR4) 6 if(CMAKE_VERSION VERSION_EQUAL "3.0.0" OR 7 CMAKE_VERSION VERSION_GREATER "3.0.0") 8 CMAKE_POLICY(SET CMP0026 NEW) 9- CMAKE_POLICY(SET CMP0054 OLD) 10- CMAKE_POLICY(SET CMP0045 OLD) 11- CMAKE_POLICY(SET CMP0042 OLD) 12 endif() 13 14 if(CMAKE_VERSION VERSION_EQUAL "3.3.0" OR 15 CMAKE_VERSION VERSION_GREATER "3.3.0") 16- CMAKE_POLICY(SET CMP0059 OLD) 17- CMAKE_POLICY(SET CMP0054 OLD) 18 endif() 19 20 if(CMAKE_SYSTEM_NAME MATCHES "Linux")