blob: a7d6b22c9c7457dafb2d9902ac0d7d86aa649d2a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- CMakeModules/Functions.cmake 2022-01-22 01:30:53.516011218 +0000
+++ CMakeModules/Functions.cmake.new 2022-01-22 02:20:01.277354828 +0000
@@ -181,7 +181,7 @@
# Add the command to translate the file
- if( KICAD_BUILD_I18N )
+ if( FALSE )
add_custom_command(
OUTPUT ${OUT_FILE}
DEPENDS ${SRC_FILE}
|