-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CMake: Prevent adding MSVC compiler flag with mingw toolchain
This commit fixes the following compiler errors. c++.exe: warning: /W1: linker input file unused because linking not done c++.exe: error: /W1: linker input file not found: No such file or directory c++.exe: warning: /wd4715: linker input file unused because linking not done c++.exe: error: /wd4715: linker input file not found: No such file or directory
- Loading branch information
1 parent
bf88be1
commit 8198c4d
Showing
1 changed file
with
18 additions
and
16 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