mirror of
https://github.com/AxioDL/boo.git
synced 2025-06-01 20:21:32 +00:00
Merge branch 'master' of https://github.com/AxioDL/boo
This commit is contained in:
commit
aa7fce3801
@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.0)
|
||||
project(boo)
|
||||
|
||||
if (NOT MSVC)
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14")
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14 -Wno-narrowing")
|
||||
endif()
|
||||
|
||||
if (NOT TARGET logvisor)
|
||||
|
Loading…
x
Reference in New Issue
Block a user