Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mirrors
SuperElastix
Commits
138d704c
Commit
138d704c
authored
Jan 18, 2017
by
Floris Berendsen
Browse files
COMP: some last issues. SuperBuild compiles!
parent
87a180ae
Changes
3
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
138d704c
...
...
@@ -116,16 +116,6 @@ set(BOOST_ROOT "${BOOST_ROOT}/BOOST-prefix/src/Boost/" )
find_package
(
Boost COMPONENTS filesystem system log date_time thread regex REQUIRED QUIET
)
# graph ?
include_directories
(
${
Boost_INCLUDE_DIRS
}
)
if
(
WIN32
)
# TODO test if we really need this
# disable autolinking in boost
add_definitions
(
-DBOOST_ALL_NO_LIB
)
# force all boost libraries to dynamic link (we already disabled
# autolinking, so I don't know why we need this, but we do!)
add_definitions
(
-DBOOST_ALL_DYN_LINK
)
endif
()
# ---------------------------------------------------------------------
# SuperElastix configuration
...
...
Modules/Core/Logger/include/selxLogger.h
View file @
138d704c
...
...
@@ -21,6 +21,7 @@
#define Logger_h
#include
<string>
#include
<memory>
namespace
selx
{
...
...
Modules/Core/Logger/src/selxLoggerImpl.h
View file @
138d704c
...
...
@@ -29,8 +29,8 @@ namespace selx {
BOOST_LOG_ATTRIBUTE_KEYWORD
(
severity_filter
,
"Severity"
,
SeverityType
);
BOOST_LOG_ATTRIBUTE_KEYWORD
(
channel_filter
,
"Channel"
,
Logger
::
ChannelType
);
struct
Logger
::
LoggerImpl
{
class
Logger
::
LoggerImpl
{
public:
typedef
boost
::
log
::
sources
::
severity_channel_logger
<
SeverityType
,
ChannelType
>
LoggerType
;
LoggerImpl
();
...
...
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