The git describe
command in CMakeLists.txt doesn't work when compiling out-of-source
#10
Labels
git describe
command in CMakeLists.txt doesn't work when compiling out-of-source
#10
The
git describe
command in CMakeLists.txt:works only when issued from the .git directory.
The
WORKING_DIRECTORY
should point to the .git directory instead of the current directory.The text was updated successfully, but these errors were encountered: