3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 17:44:08 +00:00
z3/examples
Dan Liew ca6c41e411 Don't append ${OpenMP_CXX_FLAGS} to Z3_DEPENDENT_LIBS. This is wrong
because this is passed to ``target_link_libraries()``. It just so
happens that ``target_link_libraries()`` will interpret arguments
starting with a dash as a flag to pass to the linker (i.e. in this
case ``-fopenmp``). However in the case of MSVC that flag is ``/openmp``
which is the interpreted as a file path which will lead to a linker
failure later because the linker can't find the file ``\openmp.obj``.
2016-03-04 15:26:09 +00:00
..
c Don't append ${OpenMP_CXX_FLAGS} to Z3_DEPENDENT_LIBS. This is wrong 2016-03-04 15:26:09 +00:00
c++ Don't append ${OpenMP_CXX_FLAGS} to Z3_DEPENDENT_LIBS. This is wrong 2016-03-04 15:26:09 +00:00
dotnet Added finite domain expressions and numerals to the .NET, Java, and Python APIs. 2015-12-02 17:01:52 +00:00
java Added finite domain expressions and numerals to the .NET, Java, and Python APIs. 2015-12-02 17:01:52 +00:00
maxsat fix build of maxsat.c 2015-11-22 22:10:22 -08:00
ml bugfix for ML example 2016-01-08 13:25:14 +00:00
msf add missing copyright 2015-06-17 12:47:19 -07:00
python add python visitor example in response to Stackoverflow question 2015-12-06 20:09:13 -08:00
tptp fix examples 2015-11-20 08:01:59 -08:00
CMakeLists.txt Implement a CMake build system. 2016-03-04 15:26:09 +00:00