3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-07 01:54:08 +00:00
z3/cmake
Dan Liew 246a105006 Force incremental linking to be off for MSVC. Whilst I'm here copy
the stacksize flag used in the Python building system.

This was an effort to try and stop the Visual Studio build from emitting
the error message

```
70>LINK : fatal error LNK1104: cannot open file
'C:\Users\dan\dev\z3-1\build_console\Debug\z3.ilk'
```

Unfortunately this has not fixed the issue.
2016-03-04 15:26:09 +00:00
..
modules Implement a CMake build system. 2016-03-04 15:26:09 +00:00
cmake_uninstall.cmake.in Implement a CMake build system. 2016-03-04 15:26:09 +00:00
compiler_flags_override.cmake Force incremental linking to be off for MSVC. Whilst I'm here copy 2016-03-04 15:26:09 +00:00
compiler_warnings.cmake Fix CMake configure under CMake 3.1 with MSVC under Windows. 2016-03-04 15:26:09 +00:00
target_arch_detect.cmake Implement a CMake build system. 2016-03-04 15:26:09 +00:00
target_arch_detect.cpp Implement a CMake build system. 2016-03-04 15:26:09 +00:00
z3_add_component.cmake Only CMake >= 3.2 supports the `USES_TERMINAL` argument to 2016-03-04 15:26:09 +00:00
z3_add_cxx_flag.cmake Implement a CMake build system. 2016-03-04 15:26:09 +00:00