Commit 7356d483 authored by plyatov's avatar plyatov

Eliminated installation of *.po files.

parent 51ed1874
# 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
;
......
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)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment