Skip to content

Commit 697b638

Browse files
committed
Fix warning on macos
1 parent 109c4bc commit 697b638

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/cmake_generator.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,8 @@ void generate_cmake(const char *path, const parser::Project *parent_project) {
535535
case parser::msvc_static:
536536
cmd("set")("CMAKE_MSVC_RUNTIME_LIBRARY", "MultiThreaded$<$<CONFIG:Debug>:Debug>");
537537
break;
538+
default:
539+
break;
538540
}
539541
}
540542

0 commit comments

Comments
 (0)