Skip to content

Commit 99c9a6d

Browse files
committed
🩹 properly quote in GetVersion.cmake
Signed-off-by: burgholzer <burgholzer@me.com>
1 parent 8ca3d23 commit 99c9a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/GetVersion.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ function(version_from_package)
156156
OUTPUT_VARIABLE MQT_CORE_VERSION_STRING
157157
OUTPUT_STRIP_TRAILING_WHITESPACE ERROR_QUIET)
158158

159-
if(${MQT_CORE_VERSION_STRING} STREQUAL "")
159+
if("${MQT_CORE_VERSION_STRING}" STREQUAL "")
160160
message(
161161
VERBOSE
162162
"Python package version not found. Cannot determine project version from Python package.")

0 commit comments

Comments
 (0)