Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
8a9f700f
Commit
8a9f700f
authored
Aug 13, 2016
by
Davis King
Browse files
Options
Browse Files
Download
Plain Diff
Merge
parents
f994747f
0c0bde22
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
add_python_module
dlib/cmake_utils/add_python_module
+2
-0
No files found.
dlib/cmake_utils/add_python_module
View file @
8a9f700f
...
@@ -52,6 +52,8 @@ set(Boost_NO_BOOST_CMAKE ON)
...
@@ -52,6 +52,8 @@ set(Boost_NO_BOOST_CMAKE ON)
if (NOT WIN32)
if (NOT WIN32)
set(BOOST_LIBRARYDIR ${BOOST_LIBRARYDIR} $ENV{BOOST_LIBRARYDIR}
set(BOOST_LIBRARYDIR ${BOOST_LIBRARYDIR} $ENV{BOOST_LIBRARYDIR}
/usr/lib/x86_64-linux-gnu/)
/usr/lib/x86_64-linux-gnu/)
else()
link_directories($ENV{BOOST_LIBRARYDIR})
endif()
endif()
if (PYTHON3)
if (PYTHON3)
# On some systems the boost python3 module is called python-py34 so check
# On some systems the boost python3 module is called python-py34 so check
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment