rename VER_DIR to VERSION_DIR

This commit is contained in:
daan 2021-12-15 08:33:14 -08:00
parent 6503ad7a76
commit 2d9b8aa6b5
2 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ endif()
# Import mimalloc (if installed)
find_package(mimalloc 1.7 REQUIRED NO_SYSTEM_ENVIRONMENT_PATH)
message(STATUS "Found mimalloc installed at: ${MIMALLOC_LIBRARY_DIR}")
message(STATUS "Found mimalloc installed at: ${MIMALLOC_LIBRARY_DIR} (${MIMALLOC_VERSION_DIR})")
# overriding with a dynamic library
add_executable(dynamic-override main-override.c)