forked from lanl/Draco
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Recent versions of MSVC have starting issuing warnings when the `.dbg` file associated with a library isn't found when linking Debug code. I thought this issue was restricted to libeospac.lib, but it turns out other TPLs also cause this warning to be emitted. I'm pulling the change to `cdi_eospac/CMakeLists.txt` that I made in lanl#649 and replacing it by moving the `ignore` link flag to the global `LINK_OPTIONS` CMake variable.
- Loading branch information
1 parent
f29e8e1
commit de4c9e4
Showing
4 changed files
with
26 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters