blob: b0f75411f3ad76b3b2c4eb29c501973dc09702ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/cmake/Functions.cmake
+++ b/cmake/Functions.cmake
@@ -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}
|