volk
volk copied to clipboard
omit build path
Closes #597
Have CMake filter out build path from COMPILER_INFO before using the string in constants.c
Signed-off-by: A. Maitland Bottoms [email protected]
This is to address Issue #597
This is the CMake string replace command. The COMPILER_INFO
variable may contain a build path. With this change, it shouldn't anymore. Instead every occurence is replace with $BUILD_DIR
. Seems like a good solution to me.
@maitbot Thanks!
I assume all questions are answered. Merging now.