mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-05 23:02:53 +02:00
Fix cmake syntax error
This commit is contained in:
parent
b1ca28b813
commit
1650b431e0
1 changed files with 2 additions and 2 deletions
|
@ -169,8 +169,8 @@ if(OVERTE_WARNINGS_WHITELIST)
|
|||
endif()
|
||||
|
||||
if(OVERTE_WARNINGS_AS_ERRORS)
|
||||
set(ENV{CXXFLAGS "$ENV{CXXFLAGS} -Werror"})
|
||||
set(ENV{CFLAGS "$ENV{CXXFLAGS} -Werror"})
|
||||
set(ENV{CXXFLAGS} "$ENV{CXXFLAGS} -Werror")
|
||||
set(ENV{CFLAGS} "$ENV{CXXFLAGS} -Werror")
|
||||
endif()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue