From: Jean-Philippe Bruyère Date: Thu, 23 Jan 2020 04:43:32 +0000 (+0100) Subject: remove -W compile flags for cl.exe has not the same X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=7a39c18b07fc337dd90f18efda6037ff2ba0a0c1;p=jp%2Fvkhelpers.git remove -W compile flags for cl.exe has not the same --- diff --git a/CMakeLists.txt b/CMakeLists.txt index a0db23b..7d0fdcb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.9) PROJECT(vkh VERSION 0.1.0 DESCRIPTION "Vulkan helpers library") SET(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake") -SET(CMAKE_CXX_FLAGS "-W -Wall -Wno-extra -std=c++11") +SET(CMAKE_CXX_FLAGS "-Wall -Wno-extra -std=c++11") SET(CMAKE_EXE_LINKER_FLAGS "-lm") IF(NOT CMAKE_BUILD_TYPE)