volk icon indicating copy to clipboard operation
volk copied to clipboard

omit build path

Open maitbot opened this issue 2 years ago • 2 comments

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]

maitbot avatar Sep 05 '22 01:09 maitbot

This is to address Issue #597

maitbot avatar Sep 05 '22 01:09 maitbot

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!

jdemel avatar Sep 05 '22 07:09 jdemel

I assume all questions are answered. Merging now.

jdemel avatar Sep 15 '23 08:09 jdemel