diff --git a/FindVeerProtocols.cmake b/FindVeerProtocols.cmake index 4a37984..fcc810f 100644 --- a/FindVeerProtocols.cmake +++ b/FindVeerProtocols.cmake @@ -1,6 +1,6 @@ if(NOT VEER_PROTOCOLS_IS_EXTERNAL_PROJECT) - set(VEER_PROTOCOLS_PREFIX "" CACHE PATH "The path to the prefix of an veer protocols installation") - set(VEER_PROTOCOLS_INCLUDE_DIR "" CACHE PATH "The path to the headers of an libfsp installation") + set(VEER_PROTOCOLS_PREFIX "" CACHE PATH "The path to the prefix of veer protocols installation") + set(VEER_PROTOCOLS_INCLUDE_DIR "" CACHE PATH "The path to the headers of veer protocols installation") set(_search_paths "") if(EXISTS VEER_PROTOCOLS_INCLUDE_DIR)