Some parameters (like “${CMAKE_CURRENT_SOURCE_DIR}/dfd2vk.inl”) are passed to CMake commands in your build script 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.
Some parameters (like “
${CMAKE_CURRENT_SOURCE_DIR}/dfd2vk.inl”) are passed to CMake commands in your build script 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.