We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b5ef0a commit 0f327a4Copy full SHA for 0f327a4
CMakeLists.txt
@@ -76,13 +76,6 @@ add_compile_definitions(SPDLOG_BUILD_SHARED=OFF)
76
set(spdlog_DIR ${CMAKE_SOURCE_DIR}/3rdparty/spdlog)
77
add_subdirectory(3rdparty/spdlog)
78
79
-if(WIN32)
80
- add_compile_options("/std:c++17")
81
- add_compile_definitions(UNICODE _UNICODE)
82
- add_compile_definitions(_CRT_SECURE_NO_WARNINGS)
83
- set(GUI_TYPE WIN32)
84
-endif()
85
-
86
if(UNIX AND NOT APPLE)
87
find_program(LSB_RELEASE_EXEC lsb_release)
88
execute_process(COMMAND ${LSB_RELEASE_EXEC} -is
0 commit comments