Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
musl-locales
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fossdd
musl-locales
Commits
ee63428d
Commit
ee63428d
authored
7 years ago
by
Konstantin
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
https://github.com/rilian-la-te/musl-locales
parents
d4d9fe70
c5b67b9f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
with
1 addition
and
1 deletion
CMakeLists.txt
+
1
−
1
View file @
ee63428d
...
...
@@ -4,7 +4,7 @@ include(GNUInstallDirs)
list
(
APPEND CMAKE_MODULE_PATH
${
CMAKE_SOURCE_DIR
}
/cmake
)
INCLUDE_DIRECTORIES
(
${
CMAKE_BINARY_DIR
}
)
set
(
GETTEXT_PACKAGE
"musl-locales"
)
set
(
MUSL_LOCPATH
${
CMAKE_INSTALL_DATAROOTDIR
}
/
i18n/locales/musl CACHE PATH
"Locales directory"
FORCE
)
set
(
MUSL_LOCPATH i18n/locales/musl CACHE PATH
"Locales directory"
FORCE
)
configure_file
(
config.h.in config.h
)
configure_file
(
locale.in 00locale.sh
)
find_package
(
Intl
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment