Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
dynamic-graph-python
Commits
ff3ce1eb
Commit
ff3ce1eb
authored
Apr 14, 2011
by
Francois Keith
Committed by
Francois Keith
Dec 27, 2011
Browse files
Revert "Correct the link with lapack"
This reverts commit 037d7b9cbba692c3a666030faf8283c89704a277.
parent
01b46fc8
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
ff3ce1eb
...
...
@@ -17,7 +17,6 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
INCLUDE
(
cmake/base.cmake
)
INCLUDE
(
cmake/boost.cmake
)
INCLUDE
(
cmake/lapack.cmake
)
INCLUDE
(
cmake/pthread.cmake
)
INCLUDE
(
cmake/cpack.cmake
)
include
(
cmake/header.cmake
)
...
...
@@ -48,7 +47,6 @@ PKG_CONFIG_APPEND_LIBS("dynamic-graph-python")
# Search for Boost.
SEARCH_FOR_BOOST
()
SEARCH_FOR_LAPACK
()
ADD_SUBDIRECTORY
(
src
)
ADD_SUBDIRECTORY
(
include
)
...
...
src/CMakeLists.txt
View file @
ff3ce1eb
...
...
@@ -85,7 +85,7 @@ ADD_LIBRARY(${PYTHON_MODULE}
SET_TARGET_PROPERTIES
(
${
PYTHON_MODULE
}
PROPERTIES PREFIX
""
)
TARGET_LINK_LIBRARIES
(
${
PYTHON_MODULE
}
${
DYNAMIC_GRAPH_LIBRARIES
}
${
LAPACK_LIBRARIES
}
)
TARGET_LINK_LIBRARIES
(
${
PYTHON_MODULE
}
${
DYNAMIC_GRAPH_LIBRARIES
}
)
CONFIG_FILES
(
link-to-python.hh
)
INCLUDE_DIRECTORIES
(
${
PYTHON_INCLUDE_PATH
}
...
...
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment