Skip to content

Commit 8f34e83

Browse files
committed
Fix build error
1 parent f8c38b7 commit 8f34e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set (DELEGATE_LIB "delegate_mq")
66
project(Delegate VERSION 1.0 LANGUAGES CXX)
77

88
# Set build options
9-
set (USE_EXTERNAL_LIB "ON")
9+
set (USE_EXTERNAL_LIB "OFF")
1010
set (USE_ALLOCATOR "OFF")
1111
set (USE_UTIL "ON")
1212
set (USE_THREAD "THREAD_STDLIB")

0 commit comments

Comments
 (0)