Skip to content

Commit

Permalink
Fix 3rdParty/ipopt/Mumps pthread usage. (#9911)
Browse files Browse the repository at this point in the history
  - Let CMake decide what to use for pthread.
     `pthread` might not (probably never) be a valid compilation option. It is either `-pthread`, `-pthreads` or nothing mostly. Use the info from CMake's detection.

  - Fixes #9903.
  • Loading branch information
mahge committed Dec 11, 2022
1 parent 295b3b0 commit 7bdf62e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMCompiler/3rdParty

0 comments on commit 7bdf62e

Please sign in to comment.