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
1499d05f
Commit
1499d05f
authored
Jul 06, 2011
by
Keith Francois
Committed by
Francois Keith
Dec 27, 2011
Browse files
Correct the handling of python modules
Remove the command MAKE_DIRECTORY that has been moved in python.cmake
parent
d15f7cf1
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
1499d05f
...
...
@@ -34,9 +34,6 @@ SET(${PROJECT_NAME}_HEADERS
)
# Defines paths.
SET
(
LIBRARY_OUTPUT_PATH
${
PROJECT_BINARY_DIR
}
/lib
)
SETUP_PROJECT
()
# Trigger dependency to dynamic-graph.
...
...
src/CMakeLists.txt
View file @
1499d05f
...
...
@@ -115,7 +115,6 @@ EXEC_PROGRAM("${PKG_CONFIG_EXECUTABLE}"
OUTPUT_VARIABLE
"DYNAMIC_GRAPH_PLUGIN_DIR"
)
# Tracer plugin
file
(
MAKE_DIRECTORY ../lib/dynamic_graph/tracer
)
IF
(
WIN32
)
SET
(
TRACER_PLUGIN
${
DYNAMIC_GRAPH_PLUGIN_DIR
}
/tracer
${
CMAKE_STATIC_LIBRARY_SUFFIX
}
)
ELSE
(
WIN32
)
...
...
@@ -124,7 +123,6 @@ ENDIF(WIN32)
DYNAMIC_GRAPH_PYTHON_MODULE
(
"tracer"
${
TRACER_PLUGIN
}
tracer-wrap
)
# TracerRealTime plugin
file
(
MAKE_DIRECTORY ../lib/dynamic_graph/tracer_real_time
)
IF
(
WIN32
)
SET
(
TRACERREALTIME_PLUGIN
${
DYNAMIC_GRAPH_PLUGIN_DIR
}
/tracer-real-time
${
CMAKE_STATIC_LIBRARY_SUFFIX
}
)
ELSE
(
WIN32
)
...
...
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