The linker that comes with MSVC does not understand the /openmp flag. This results in a string of LINK : warning LNK4044: unrecognized option '/openmp'; ignored warnings, one for each static_library linked with an executable. Avoid this by only setting the linker openmp flag when the compiler is not MSVC.pull/7256/head
parent
2e30afb23b
commit
9462f0c7bc
3 changed files with 8 additions and 1 deletions
Loading…
Reference in new issue