vcpkg/ports/z3/remove-flag-overrides.patch
Timothy Werquin 8602701c9d
[z3] Update to 4.12.2 (#32281)
Updates the z3 port to 4.12.2 to fix building on macOS.
2023-06-29 14:35:12 -07:00

13 lines
445 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 477410ba8..fcca03917 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,7 +1,6 @@
# Enforce some CMake policies
cmake_minimum_required(VERSION 3.4)
-set(CMAKE_USER_MAKE_RULES_OVERRIDE_CXX "${CMAKE_CURRENT_SOURCE_DIR}/cmake/cxx_compiler_flags_overrides.cmake")
project(Z3 VERSION 4.12.2.0 LANGUAGES CXX)
################################################################################