diff --git a/CMakeLists.txt b/CMakeLists.txt --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -64,6 +64,7 @@ endfunction() endif() +if(NOT WIN32) find_program(BASH_EXE bash) if (BASH_EXE) file(GLOB_RECURSE SVGS "*.svg") @@ -73,6 +74,7 @@ SOURCES ${SVGS} ) endif() +endif() add_subdirectory(autotests) add_subdirectory(icons)