mimalloc
mimalloc copied to clipboard
CMake find_package: mimalloc-config.cmake points to a mimalloc.cmake file that does not exist
Despite the documentation recommending find_package, mimalloc currently can't be found via find_package because the mimalloc-config.cmake incorrectly points to a file at ${CMAKE_CURRENT_LIST_DIR}/mimalloc.cmake.
Having run a search over my hard drive, the mimalloc.cmake file does not exist.
How did you fix this?
I just built and linked against mimalloc the old fashioned way inside my CMake configuration