Skip to content

Instantly share code, notes, and snippets.

@remram44
Created January 22, 2015 18:42
Show Gist options
  • Select an option

  • Save remram44/86e159068b460d54ce4f to your computer and use it in GitHub Desktop.

Select an option

Save remram44/86e159068b460d54ce4f to your computer and use it in GitHub Desktop.
set(what "RESULT_VARIABLE")
execute_process(COMMAND echo ${what})
$ cmake .
CMake Error at CMakeLists.txt:2 (execute_process):
execute_process called with no value for RESULT_VARIABLE.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment