Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
corpus2
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Analysers
corpus2
Commits
af989ece
Commit
af989ece
authored
4 years ago
by
Bartosz Ziemba
Browse files
Options
Downloads
Patches
Plain Diff
Changed data dir to usr/local/share
parent
4158df9e
Branches
Branches containing commit
1 merge request
!17
Develop
Pipeline
#2550
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/CMakeLists.txt
+1
-1
1 addition, 1 deletion
src/CMakeLists.txt
with
1 addition
and
1 deletion
src/CMakeLists.txt
+
1
−
1
View file @
af989ece
...
...
@@ -66,7 +66,7 @@ if(MSVC OR BORLAND)
# add_definitions( -DBOOST_FILESYSTEM_DYN_LINK )
endif
(
MSVC OR BORLAND
)
set
(
LIBCORPUS2_INSTALL_DATA_DIR share/corpus2
)
set
(
LIBCORPUS2_INSTALL_DATA_DIR
local/
share/corpus2
)
FIND_PATH
(
LIBCORPUS2_SRC_DATA_DIR
kipi.tagset
${
CMAKE_SOURCE_DIR
}
/corpus2data
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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