Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Futility
Futility
Commits
799950fd
Unverified
Commit
799950fd
authored
May 21, 2021
by
Graham, Aaron
Committed by
GitHub
May 21, 2021
Browse files
Adds Futility configuration messages for memprof and dbc (#329)
parent
23a1105a
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake/Futility_Configurations.cmake
View file @
799950fd
...
...
@@ -67,6 +67,7 @@ IF("${CMAKE_SYSTEM_NAME}" STREQUAL "Windows")
ENDIF
()
IF
(
${
PROJECT_NAME
}
_ENABLE_DBC
)
MESSAGE
(
STATUS
"Enabling Futility DBC"
)
SET
(
${
PACKAGE_NAME
}
_DEFINES
${${
PACKAGE_NAME
}
_DEFINES
}
FUTILITY_DBC
)
ENDIF
()
...
...
@@ -100,6 +101,7 @@ ENDIF()
# Preprocessor symbol for using memory profile
IF
(
${
PROJECT_NAME
}
_ENABLE_MEMPROF
)
MESSAGE
(
STATUS
"Enabling Futility memory profiling"
)
SET
(
${
PACKAGE_NAME
}
_DEFINES
${${
PACKAGE_NAME
}
_DEFINES
}
FUTILITY_MEMPROF
)
ENDIF
()
...
...
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