Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dynamic-graph
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Guilhem Saurel
dynamic-graph
Commits
249e4248
Commit
249e4248
authored
14 years ago
by
Francois Keith
Browse files
Options
Downloads
Patches
Plain Diff
Remove the macro BUILDING_'PKG' and use the one defined by header.cmake instead
parent
a8cbee36
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cmake
+1
-1
1 addition, 1 deletion
cmake
src/CMakeLists.txt
+0
-2
0 additions, 2 deletions
src/CMakeLists.txt
with
1 addition
and
3 deletions
cmake
@
89855215
Compare
5173e0e6
...
89855215
Subproject commit
5173e0e66a28c3fe98eb9f29f958bd1180a08768
Subproject commit
8985521556c591f1adf9a4cfc6226c7d00189c32
This diff is collapsed.
Click to expand it.
src/CMakeLists.txt
+
0
−
2
View file @
249e4248
...
...
@@ -23,8 +23,6 @@ IF (NOT (\"${CMAKE_VERBOSITY_LEVEL}\" STREQUAL \"\"))
ADD_DEFINITIONS
(
-DVP_DEBUG_MODE=
${
CMAKE_VERBOSITY_LEVEL
}
-DVP_DEBUG
)
ENDIF
(
NOT
(
\"
${
CMAKE_VERBOSITY_LEVEL
}
\" STREQUAL \"\"
))
# Declare that dynamic-graph shared library is being built.
ADD_DEFINITIONS
(
-DBUILDING_DYNAMIC_GRAPH
)
# Declare boost include directories
include_directories
(
${
Boost_INCLUDE_DIRS
}
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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