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
310acae7
Commit
310acae7
authored
14 years ago
by
Adam Wardynski
Browse files
Options
Downloads
Patches
Plain Diff
Explicitly set Boost_USE_STATIC_LIBS to OFF
parent
06b87a65
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+1
-7
1 addition, 7 deletions
CMakeLists.txt
with
1 addition
and
7 deletions
CMakeLists.txt
+
1
−
7
View file @
310acae7
...
@@ -41,13 +41,7 @@ endif(CMAKE_COMPILER_IS_GNUCXX)
...
@@ -41,13 +41,7 @@ endif(CMAKE_COMPILER_IS_GNUCXX)
set
(
LIBS
""
)
set
(
LIBS
""
)
include_directories
(
${
Corpus2Library_SOURCE_DIR
}
)
include_directories
(
${
Corpus2Library_SOURCE_DIR
}
)
if
(
WIN32
)
set
(
Boost_USE_STATIC_LIBS OFF
)
# Need to work out how to properly link to boost DLLs on Windows
# For now, just link to static boost libs to make it work
set
(
Boost_USE_STATIC_LIBS ON
)
set
(
Boost_USE_MULTITHREADED ON
)
set
(
Boost_USE_STATIC_RUNTIME OFF
)
endif
(
WIN32
)
find_package
(
Boost 1.41 REQUIRED COMPONENTS program_options filesystem regex
)
find_package
(
Boost 1.41 REQUIRED COMPONENTS program_options filesystem regex
)
set
(
LIBCORPUS2_INSTALL_DATA_DIR share/corpus2
)
set
(
LIBCORPUS2_INSTALL_DATA_DIR share/corpus2
)
...
...
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