We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1814d90 commit 90448b6Copy full SHA for 90448b6
src/CMakeLists.txt
@@ -76,7 +76,7 @@ set(UMF_SOURCES_WINDOWS libumf_windows.c)
76
# Compile definitions for UMF library.
77
#
78
# TODO: Cleanup the compile definitions across all the CMake files
79
-set(UMF_PRIVATE_COMPILE_DEFINITIONS "")
+set(UMF_PRIVATE_COMPILE_DEFINITIONS "-DUMF_SRC_VERSION=${UMF_SRC_VERSION}")
80
81
set(UMF_SOURCES_COMMON_LINUX_MACOSX
82
provider/provider_os_memory.c
0 commit comments