VkFFT icon indicating copy to clipboard operation
VkFFT copied to clipboard

Complete quoting for parameters of some CMake commands

Open elfring opened this issue 5 years ago • 0 comments

Some parameters (like “${CMAKE_CURRENT_SOURCE_DIR}/lib/”) are passed to CMake commands in your build scripts without enclosing them by quotation marks. I see that these places will result in build difficulties if the contents of the used variables will contain special characters like semicolons.

I would recommend to apply advices from the software documentation.

elfring avatar Oct 02 '20 08:10 elfring