Skip to content

Commit

Permalink
fix warning 4038
Browse files Browse the repository at this point in the history
  • Loading branch information
luk036 committed Mar 27, 2024
1 parent 5e126f6 commit 2cbbaaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standalone/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ file(GLOB sources CONFIGURE_DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/source/*.cpp)

add_executable(${PROJECT_NAME} ${sources})

set_target_properties(${PROJECT_NAME} PROPERTIES CXX_STANDARD 14 OUTPUT_NAME "XNetwork")
set_target_properties(${PROJECT_NAME} PROPERTIES CXX_STANDARD 17 OUTPUT_NAME "XNetwork")

target_link_libraries(${PROJECT_NAME} XNetwork::XNetwork cxxopts::cxxopts)

0 comments on commit 2cbbaaa

Please sign in to comment.