Skip to content

Commit

Permalink
enable manifest tool
Browse files Browse the repository at this point in the history
  • Loading branch information
strseb committed Mar 6, 2025
1 parent a360574 commit dfd9ce9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/cmake/msvc.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

if(CMAKE_CXX_COMPILER_ID MATCHES "Clang$")
# We're using clang in msvc mode so we can only use
# msvc style compile flags
# We need to disable /Manifest tool as clang's implementation
# of mt.exe (llvm-mt) is not a complete drop in soloution.
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} /MANIFEST:NO")
set(CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} /MANIFEST:NO")

else()
# /MP -> Compile Files Paraell
# /Zc:preprocessor -> Enable Modern Macros, needed for settingsholder
Expand Down

0 comments on commit dfd9ce9

Please sign in to comment.