3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-05 17:14:07 +00:00
z3/cmake
Saurav Yadav 9dcf44b767
fix git_utils.cmake (#4954)
The code should refrain from using global parameters such as CMAKE_SOURCE_DIR/CMAKE_BINARY_DIR, especially here which is handling the case of Z3 being a submodule. Instead, use project specific variables like Z3_SOURCE_DIR so that people can incorporate z3 build as part of their build-system.
2021-01-20 01:33:33 -08:00
..
modules rename additional build options #2709 2019-11-18 21:32:35 -08:00
cmake_uninstall.cmake.in [CMake] Move CMake files into their intended location so the 2017-06-12 11:59:00 +01:00
compiler_lto.cmake rename additional build options #2709 2019-11-18 20:50:53 -08:00
compiler_warnings.cmake bump cmake minimum version to 3.4 as it was released 3+ years ago 2019-03-07 09:58:36 +00:00
cxx_compiler_flags_overrides.cmake [CMake] Move CMake files into their intended location so the 2017-06-12 11:59:00 +01:00
git_utils.cmake fix git_utils.cmake (#4954) 2021-01-20 01:33:33 -08:00
msvc_legacy_quirks.cmake regex pattern per #2986 2020-02-14 17:51:31 -10:00
target_arch_detect.cmake Change from BINARY_DIR to PROJECT_BINARY_DIR 2019-05-15 11:25:40 -07:00
target_arch_detect.cpp [CMake] Move CMake files into their intended location so the 2017-06-12 11:59:00 +01:00
z3_add_component.cmake Change from BINARY_DIR to PROJECT_BINARY_DIR 2019-05-15 11:25:40 -07:00
z3_add_cxx_flag.cmake [CMake] Change the WARNINGS_AS_ERRORS option from BOOL to STRING 2017-07-09 14:34:30 +01:00
z3_append_linker_flag_list_to_target.cmake mux 2019-06-05 09:06:17 +01:00
Z3Config.cmake.in Typo fixes. 2018-01-02 22:48:06 +07:00