Удаление переменной

This commit is contained in:
Andrei Astafev 2021-06-29 12:50:35 +03:00
parent c0e5a20c86
commit 5924855742

View File

@ -13,6 +13,7 @@ if(NOT VEER_PROTOCOLS_IS_EXTERNAL_PROJECT)
VEER_PROTOCOLS_INCLUDE_DIRS VEER_PROTOCOLS_INCLUDE_DIRS
NAMES veer/common/ports.hpp NAMES veer/common/ports.hpp
PATHS ${_search_paths}) PATHS ${_search_paths})
unset(_search_paths)
if(VEER_PROTOCOLS_INCLUDE_DIRS) if(VEER_PROTOCOLS_INCLUDE_DIRS)
set(VEER_PROTOCOLS_FOUND TRUE) set(VEER_PROTOCOLS_FOUND TRUE)