Don't set the minimum Windows version for the library

This commit is contained in:
redtide 2023-05-16 18:05:05 +02:00
parent 8ff0d56ece
commit 6c6436ced7
No known key found for this signature in database

View file

@ -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)