Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
9.2.2023: Due to updates GitLab will be unavailable for some minutes between 9:00 and 11:00.
Open sidebar
CAMP
campvis-public
Commits
d94e286b
Commit
d94e286b
authored
Jul 17, 2015
by
Christian Schulte zu Berge
Browse files
Disabled deprecated warnings for RandomWalksLib with GCC .
parent
c0bbd5c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/randomwalk/ext/RandomWalksLib/CMakeLists.txt
View file @
d94e286b
...
...
@@ -41,6 +41,10 @@ SET(RandomWalksLibSources ConfidenceMaps2D.cpp
INCLUDE_DIRECTORIES
(
${
CampvisGlobalIncludeDirs
}
)
INCLUDE_DIRECTORIES
(
${
CMAKE_CURRENT_SOURCE_DIR
}
)
IF
(
UNIX
)
ADD_DEFINITIONS
(
"-Wno-deprecated-declarations"
)
ENDIF
(
UNIX
)
ADD_LIBRARY
(
RandomWalksLib
${
CampvisSharedStaticModulesFix
}
${
RandomWalksLibSources
}
${
RandomWalksLibHeaders
}
)
TARGET_LINK_LIBRARIES
(
RandomWalksLib
${
RandomWalksLibExternalLibs
}
)
...
...
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