diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-06-07 00:52:00 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-06-07 00:52:00 (GMT) |
| commit | e7ac144760a69fe32cf5c110978090a1839f72ba (patch) | |
| tree | 7567516edfe36c7b8be24d6c653ebc98f13231e4 /CMakeLists.txt | |
| parent | 4daaf656949a473d19cb5f4106ffa9a9cf038813 (diff) | |
| parent | 7bc692eea43411caf223cca2501a1c05d2b0f930 (diff) | |
Merge commit '7bc692eea' into analog24
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 55b68bc..f6aaf62 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -66,7 +66,7 @@ execute_process(COMMAND git rev-parse --short HEAD OUTPUT_VARIABLE PROJECT_GIT_COMMIT_HASH RESULT_VARIABLE PROJECT_GIT_COMMIT_HASH_SUCCESS) -string(STRIP ${PROJECT_GIT_COMMIT_HASH} PROJECT_GIT_COMMIT_HASH) +string(STRIP "${PROJECT_GIT_COMMIT_HASH}" PROJECT_GIT_COMMIT_HASH) message("PROJECT_GIT_COMMIT_HASH_SUCCESS? " ${PROJECT_GIT_COMMIT_HASH_SUCCESS}) |
