We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9af280 commit c216f8cCopy full SHA for c216f8c
GekkoLib/CMakeLists.txt
@@ -29,7 +29,6 @@ option(NO_ASIO_BUILD "Exclude ASIO from the build" OFF)
29
# Include directories for your project headers
30
include_directories(${PROJECT_SOURCE_DIR}/include)
31
include_directories(${PROJECT_SOURCE_DIR}/thirdparty)
32
-include_directories(${PROJECT_SOURCE_DIR}/thirdparty/asio)
33
34
# Manually list all your source files
35
set(SRC_FILES
@@ -75,10 +74,6 @@ if(NO_ASIO_BUILD)
75
74
target_compile_definitions(GekkoNet PRIVATE GEKKONET_NO_ASIO)
76
endif()
77
78
-if(MSVC)
79
- target_link_options(GekkoNet PRIVATE "/NODEFAULTLIB:MSVCRT")
80
-endif()
81
-
82
# Documentation configuration
83
if(BUILD_DOCS)
84
find_package(Doxygen
0 commit comments