Skip to content

Commit 2c2bc31

Browse files
committed
update CMakeLists.txt
1 parent 678dcec commit 2c2bc31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.6)
22

3-
set( CMAKE_CXX_FLAGS "-std=gnu++11 ")
3+
set( CMAKE_CXX_FLAGS "-std=gnu++11 -pthread")
44

55
add_definitions(-DEZY_DEBUG)
66

0 commit comments

Comments
 (0)