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

PKG: friendly error message in case PKG_STAGE_DIR is empty

parent 37de61ca
Branches
Tags
No related merge requests found
macro(super_package)
cmake_parse_arguments(PKG "" "STAGE_DIR" "SEARCHDIRS" ${ARGN} )
if(${PKG_STAGE_DIR} STREQUAL "")
message(FATAL_ERROR "PKG_STAGE_DIR is emtpy. Just can't continue.")
endif()
set(loader_program_PATHS)
if(WIN32 OR CMAKE_CROSSCOMPILING)
set(loader_program_names "${MXE_ARCH}-w64-mingw32.shared-objdump")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment