Skip to content

Commit

Permalink
Fixed build on windows ( #1 )
Browse files Browse the repository at this point in the history
nstbayless committed Oct 17, 2019
1 parent d14f6e5 commit 1f952f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.0)
project (ipsnect)

set(CMAKE_BUILD_TYPE Debug)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -static-libgcc -static-libstdc++")

file(GLOB _SRC
"*.cpp"

0 comments on commit 1f952f2

Please sign in to comment.