mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-05 20:36:28 +02:00
Apparently Windows compiler detection needs a variable
This commit is contained in:
parent
df91ada377
commit
b1ca28b813
1 changed files with 1 additions and 0 deletions
|
@ -151,6 +151,7 @@ if(NOT DEFINED OVERTE_WARNINGS_AS_ERRORS)
|
|||
endif()
|
||||
|
||||
if(OVERTE_WARNINGS_WHITELIST)
|
||||
set(CMAKE_PLATFORM_INFO_DIR "${CMAKE_CURRENT_BINARY_DIR}")
|
||||
include(CMakeDetermineCXXCompiler)
|
||||
|
||||
if (CMAKE_CXX_COMPILER_ID MATCHES "GNU")
|
||||
|
|
Loading…
Reference in a new issue