Skip to content
Snippets Groups Projects
Commit c124a6ff authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

PKG: surround cmake with quotes when equating with STREQUAL

parent e883243c
No related branches found
No related tags found
No related merge requests found
macro(macro_super_package)
cmake_parse_arguments(PKG "" "STAGE_DIR" "SEARCHDIRS" ${ARGN} )
if("${PKG_STAGE_DIR}" STREQUAL "")
if(${PKG_STAGE_DIR} STREQUAL "")
message(FATAL_ERROR "PKG_STAGE_DIR is emtpy. Just can't continue.")
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment