We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d08e10d commit 780af81Copy full SHA for 780af81
CMakeLists.txt
@@ -11,6 +11,7 @@ find_package(Doxygen)
11
if(MSVC)
12
# add_compile_options(/W4 /WX)
13
add_compile_options(/W2)
14
+ add_compile_definitions(_USE_MATH_DEFINES)
15
else()
16
add_compile_options(-Wall -pedantic)
17
endif()
0 commit comments