Removing /showIncludes option for windows compiler

This commit is contained in:
AgCaliva
2023-09-19 07:06:13 -03:00
parent 9aabfcd1f8
commit 691609bcae

View File

@@ -3,7 +3,6 @@
# https://cmake.org/cmake/help/v3.8/manual/cmake-compile-features.7.html
macro(CompilerChecksAndSetups)
set(CMAKE_CXX_FLAGS "/showIncludes ${CMAKE_CXX_FLAGS}")
if (${CMAKE_CXX_COMPILER_ID} MATCHES "Clang")
set(CMAKE_COMPILER_IS_CLANGXX TRUE)
endif (${CMAKE_CXX_COMPILER_ID} MATCHES "Clang")