Closed sven-luepke closed 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.
list sub-command FILTER requires list to be present
list(FILTER SOURCES EXCLUDE REGEX "${PROJECT_SOURCE_DIR}/vsg/.*" )
Fixed in PR #5.
Using Visual Studio 2017 with CMake 3.12 gives the error
list sub-command FILTER requires list to be present
on the linelist(FILTER SOURCES EXCLUDE REGEX "${PROJECT_SOURCE_DIR}/vsg/.*" )
in the top level CMakeList.txt.