Skip to content

Commit c216f8c

Browse files
authored
Update CMakeLists.txt
fix mistake
1 parent f9af280 commit c216f8c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

GekkoLib/CMakeLists.txt

-5
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ option(NO_ASIO_BUILD "Exclude ASIO from the build" OFF)
2929
# Include directories for your project headers
3030
include_directories(${PROJECT_SOURCE_DIR}/include)
3131
include_directories(${PROJECT_SOURCE_DIR}/thirdparty)
32-
include_directories(${PROJECT_SOURCE_DIR}/thirdparty/asio)
3332

3433
# Manually list all your source files
3534
set(SRC_FILES
@@ -75,10 +74,6 @@ if(NO_ASIO_BUILD)
7574
target_compile_definitions(GekkoNet PRIVATE GEKKONET_NO_ASIO)
7675
endif()
7776

78-
if(MSVC)
79-
target_link_options(GekkoNet PRIVATE "/NODEFAULTLIB:MSVCRT")
80-
endif()
81-
8277
# Documentation configuration
8378
if(BUILD_DOCS)
8479
find_package(Doxygen

0 commit comments

Comments
 (0)