Skip to content

Commit f5f6974

Browse files
Merge pull request #183 from cjee21/cmake
Fix source files deleted by clean on Windows
2 parents 647c1cc + 243a5d1 commit f5f6974

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Project/CMake/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ set(ZenLib_SRCS
111111
${ZenLib_SOURCES_PATH}/ZenLib/Format/Http/Http_Utils.cpp
112112
)
113113

114-
if(WIN32)
114+
if(MINGW)
115115
set_source_files_properties(${ZenLib_SRCS} ${ZenLib_HDRS} ${ZenLib_format_html_HDRS} ${ZenLib_format_http_HDRS}
116116
PROPERTIES GENERATED true)
117117
endif()

0 commit comments

Comments
 (0)