diff --git a/cMake/FreeCAD_Helpers/CompilerChecksAndSetups.cmake b/cMake/FreeCAD_Helpers/CompilerChecksAndSetups.cmake index d997599aed..9a1627592e 100644 --- a/cMake/FreeCAD_Helpers/CompilerChecksAndSetups.cmake +++ b/cMake/FreeCAD_Helpers/CompilerChecksAndSetups.cmake @@ -1,3 +1,7 @@ +# Some resources +# https://github.com/dev-cafe/cmake-cookbook +# https://cmake.org/cmake/help/v3.8/manual/cmake-compile-features.7.html + macro(CompilerChecksAndSetups) if (${CMAKE_CXX_COMPILER_ID} MATCHES "Clang") set(CMAKE_COMPILER_IS_CLANGXX TRUE)