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
Branches
Tags
No related merge requests found
macro(macro_super_package) macro(macro_super_package)
cmake_parse_arguments(PKG "" "STAGE_DIR" "SEARCHDIRS" ${ARGN} ) 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.") message(FATAL_ERROR "PKG_STAGE_DIR is emtpy. Just can't continue.")
endif() endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment