Remove configfile dependency on common (#14071)
Blue committed
Jan 16, 2026 at 18:52 UTC
76d040c3b424a6f96a380ed087199b4b004efdab
1 file changed
+1
-1
src/shared/configfile/windows/CMakeLists.txt
+1
-1
@@ -1,3 +1,3 @@
1
add_library(configfile STATIC ${SOURCES} ${HEADERS})
2
-add_dependencies(configfile wslserviceidl localization common)
2
+add_dependencies(configfile wslserviceidl localization)
3
set_target_properties(configfile PROPERTIES FOLDER common)
\ No newline at end of file