Eliminated installation of *.po files.
This commit is contained in:
parent
51ed187432
commit
7356d48388
|
@ -1,12 +1,14 @@
|
|||
# List of variables that may be set from command line:
|
||||
#
|
||||
# CMAKE_BUILD_TYPE Release/Debug (REQUIRED)
|
||||
# Choose build type: Release/Debug
|
||||
# Choose a build type: Release/Debug
|
||||
#SET(CMAKE_BUILD_TYPE Release)
|
||||
#SET(CMAKE_BUILD_TYPE Debug)
|
||||
#
|
||||
# wxWidgets_USE_DEBUG ON/OFF (REQUIRED)
|
||||
#
|
||||
#SET(wxWidgets_USE_DEBUG ON)
|
||||
# Should be set to ON only when CMAKE_BUILD_TYPE=Debug.
|
||||
#
|
||||
# wxWidgets_USE_STATIC ON/OFF (OPTIONAL)
|
||||
#SET(wxWidgets_USE_STATIC ON)
|
||||
#
|
||||
#
|
||||
# CMAKE_VERBOSE_MAKEFILE ON/OFF (OPTIONAL)
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
COMMON_GLOBL wxString g_BuildVersion
|
||||
#ifdef EDA_BASE
|
||||
(wxT("(2008-02-20)"))
|
||||
(wxT("(20080311-r876)"))
|
||||
#endif
|
||||
;
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
INSTALL(DIRECTORY ca cs de es fr hu it ko pl pt ru sl sv zh_CN
|
||||
DESTINATION ${KICAD_INTERNAT} COMPONENT resources
|
||||
PATTERN ".svn" EXCLUDE)
|
||||
PATTERN ".svn" EXCLUDE PATTERN "*.po" EXCLUDE)
|
||||
|
||||
|
|
Loading…
Reference in New Issue