mirror of
https://github.com/Z3Prover/z3
synced 2025-04-07 09:55:19 +00:00
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``. |
||
---|---|---|
.. | ||
c | ||
c++ | ||
dotnet | ||
java | ||
maxsat | ||
ml | ||
msf | ||
python | ||
tptp | ||
CMakeLists.txt |