Created
January 22, 2015 18:42
-
-
Save remram44/86e159068b460d54ce4f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set(what "RESULT_VARIABLE") | |
| execute_process(COMMAND echo ${what}) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ 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