We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9118fe9 commit 627e352Copy full SHA for 627e352
CMakeLists.txt
@@ -7,6 +7,11 @@ list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)
7
include(external_tools)
8
include(options)
9
10
+# disabling warnings
11
+if (MSVC)
12
+ add_compile_options(/wd4003)
13
+endif()
14
+
15
# check that the -DCMAKE_BUILD_TYPE is set
16
if(NOT CMAKE_BUILD_TYPE)
17
message(STATUS "Setting build type to 'Release' as none was specified.")
0 commit comments