wbauer added a comment.

  From the cmake documentation:
  
  > set(<variable> <value>... [PARENT_SCOPE])
  > 
  > Set the given ``<variable>`` in the current function or directory scope.
  > 
  > If the ``PARENT_SCOPE`` option is given the variable will be set in
  >  the scope above the current scope.  Each new directory or function
  >  creates a new scope.  This command will set the value of a variable
  >  into the parent directory or calling function (whichever is applicable
  >  to the case at hand).

REPOSITORY
  R240 Extra CMake Modules

REVISION DETAIL
  https://phabricator.kde.org/D6701

To: wbauer, skelly
Cc: #frameworks, #build_system

Reply via email to