Skip to content

Commit 09f60a1

Browse files
authored
Disable BUILD_SLICK_OBJECTPOOL_TESTS option
1 parent 17a28b8 commit 09f60a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ cp slick_object_pool/include/slick/object_pool.h your_project/include/
126126
```cmake
127127
include(FetchContent)
128128
129+
set(BUILD_SLICK_OBJECTPOOL_TESTS OFF CACHE BOOL "" FORCE)
129130
FetchContent_Declare(
130131
slick_object_pool
131132
GIT_REPOSITORY https://github.com/SlickQuant/slick_object_pool.git

0 commit comments

Comments
 (0)