Disable building broken test
This commit is contained in:
parent
d93744cf79
commit
a86608bb9c
1 changed files with 2 additions and 2 deletions
|
|
@ -288,8 +288,8 @@ ENDIF()
|
|||
add_executable( api tests/api.cpp )
|
||||
target_link_libraries( api fc )
|
||||
|
||||
add_executable( blind tests/blind.cpp )
|
||||
target_link_libraries( blind fc )
|
||||
#add_executable( blind tests/blind.cpp )
|
||||
#target_link_libraries( blind fc )
|
||||
|
||||
include_directories( vendor/websocketpp )
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue