Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
210360228
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor 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
Summer2021
210360228
Commits
6f371fdf
Commit
6f371fdf
authored
6 years ago
by
Sherman The Tank
Committed by
GitHub
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fixed the build (#8)
parent
371d5a61
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
+7
-1
7 additions, 1 deletion
CMakeLists.txt
with
7 additions
and
1 deletion
CMakeLists.txt
+
7
−
1
View file @
6f371fdf
...
...
@@ -37,6 +37,7 @@ find_package(PCHSupport)
add_compile_options
(
-Winvalid-pch
)
include_directories
(
SYSTEM
${
VGRAPH_HOME
}
/third-party/_build/include
)
include_directories
(
SYSTEM
${
VGRAPH_HOME
}
/third-party/_build/compression/include
)
include_directories
(
SYSTEM
${
Boost_INCLUDE_DIRS
}
)
include_directories
(
SYSTEM
${
OPENSSL_INCLUDE_DIR
}
)
include_directories
(
SYSTEM
${
KRB5_INCLUDE_DIRS
}
)
...
...
@@ -44,7 +45,12 @@ include_directories(AFTER common)
include_directories
(
AFTER interface
)
include_directories
(
AFTER
${
VGRAPH_HOME
}
)
link_directories
(
third-party/_build/lib
${
Boost_LIBRARY_DIRS
}
${
KRB5_LIBRARY_DIRS
}
)
link_directories
(
third-party/_build/lib
third-party/_build/compression/lib
${
Boost_LIBRARY_DIRS
}
${
KRB5_LIBRARY_DIRS
}
)
# All thrift libraries
set
(
THRIFT_LIBRARIES
...
...
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