Don't set the minimum Windows version for the library
This commit is contained in:
parent
8ff0d56ece
commit
6c6436ced7
1 changed files with 0 additions and 5 deletions
|
|
@ -41,11 +41,6 @@ if(MSVC)
|
|||
add_compile_options("/utf-8")
|
||||
endif()
|
||||
|
||||
# Set Windows compatibility level to 7
|
||||
if(WIN32)
|
||||
add_compile_definitions(_WIN32_WINNT=0x601)
|
||||
endif()
|
||||
|
||||
# Define the math constants everywhere
|
||||
if(WIN32)
|
||||
add_compile_definitions(_USE_MATH_DEFINES)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue