Lachei / VulkanPBRT

Vulkan physically based raytracer including denoising
MIT License
28 stars 11 forks source link

CMake error: list sub-command FILTER requires list to be present #4

Closed sven-luepke closed 3 years ago

sven-luepke commented 3 years ago

Using Visual Studio 2017 with CMake 3.12 gives the error list sub-command FILTER requires list to be present on the line list(FILTER SOURCES EXCLUDE REGEX "${PROJECT_SOURCE_DIR}/vsg/.*" ) in the top level CMakeList.txt.

sven-luepke commented 3 years ago

Fixed in PR #5.