Skip to content
Snippets Groups Projects
Commit 1ece5579 authored by Lars Bilke's avatar Lars Bilke
Browse files

[CMake] Ninja also does not need this setting.

parent fb4cff12
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ cmake_policy(SET CMP0054 NEW) ...@@ -6,7 +6,7 @@ cmake_policy(SET CMP0054 NEW)
cmake_policy(SET CMP0071 NEW) cmake_policy(SET CMP0071 NEW)
cmake_policy(SET CMP0074 NEW) cmake_policy(SET CMP0074 NEW)
if(MSVC) if(MSVC AND NOT ${CMAKE_GENERATOR} STREQUAL Ninja)
# Force 64-bit VS compiler # Force 64-bit VS compiler
set(CMAKE_GENERATOR_TOOLSET host=x64) set(CMAKE_GENERATOR_TOOLSET host=x64)
endif() endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment