mirror of
https://github.com/EndPositive/slipstream.git
synced 2025-10-08 12:25:04 +00:00
Stupid error
This commit is contained in:
parent
1534258390
commit
19ef155749
1 changed files with 3 additions and 0 deletions
|
|
@ -32,6 +32,9 @@ if(BUILD_LOGLIB)
|
|||
list(APPEND PICOQUIC_COMPILE_DEFINITIONS BUILD_LOGLIB)
|
||||
endif()
|
||||
|
||||
if(POLICY CMP0048)
|
||||
cmake_policy(SET CMP0048 NEW)
|
||||
endif()
|
||||
add_subdirectory(extern/picoquic)
|
||||
|
||||
add_executable(slipstream
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue