Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
code
pfabric
Commits
20913bca
Commit
20913bca
authored
Dec 18, 2017
by
Constantin Pohl
Browse files
small fixes
parent
f069941c
Changes
2
Hide whitespace changes
Inline
Side-by-side
cmake/Download3rdParty.cmake
View file @
20913bca
...
...
@@ -73,7 +73,7 @@ add_custom_command(
if
(
BUILD_GOOGLE_BENCH
)
download_project
(
PROJ benchmark
GIT_REPOSITORY https://github.com/google/benchmark.git
GIT_TAG
master
GIT_TAG
v1.2.0
UPDATE_DISCONNECTED 1
QUIET
)
...
...
src/CMakeLists.txt
View file @
20913bca
...
...
@@ -231,7 +231,7 @@ find_package(Boost ${BOOST_MIN_VERSION} REQUIRED COMPONENTS
serialization
thread
regex
python3
${
BOOST_PYTHONLIB
}
chrono
date_time
)
...
...
@@ -271,7 +271,7 @@ find_package(PythonLibs)
FIND_PACKAGE
(
PythonInterp
)
if
(
PYTHONLIBS_FOUND
)
message
(
STATUS
"Python Version
${
PYTHON_VERSION_MAJOR
}
found - building the Python API."
)
set
(
PYTHON_INCLUDE_DIRS
"/Users/kai/miniconda3/include/python3.5m"
)
#
set (PYTHON_INCLUDE_DIRS "/Users/kai/miniconda3/include/python3.5m")
message
(
"PythonInclude
${
PYTHON_INCLUDE_DIRS
}
"
)
message
(
"PythonLibs
${
PYTHON_LIBDIR
}
"
)
...
...
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