Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Podhorszki, Norbert
ADIOS2
Commits
21eb7491
Commit
21eb7491
authored
Jun 28, 2017
by
Atkins, Charles Vernon
Browse files
Fix spurrious formatting issues
parent
89584c78
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake/DetectOptions.cmake
View file @
21eb7491
...
...
@@ -115,12 +115,12 @@ endif()
if
(
ADIOS2_USE_SysVShMem STREQUAL AUTO
)
if
(
UNIX
)
include
(
CheckSymbolExists
)
CHECK_SYMBOL_EXISTS
(
shmget
"sys/ipc.h;sys/shm.h"
HAVE_shmget
)
if
(
HAVE_shmget
)
set
(
ADIOS2_HAVE_SysVShMem ON
)
else
()
set
(
ADIOS2_HAVE_SysVShMem OFF
)
endif
()
CHECK_SYMBOL_EXISTS
(
shmget
"sys/ipc.h;sys/shm.h"
HAVE_shmget
)
if
(
HAVE_shmget
)
set
(
ADIOS2_HAVE_SysVShMem ON
)
else
()
set
(
ADIOS2_HAVE_SysVShMem OFF
)
endif
()
else
()
set
(
ADIOS2_HAVE_SysVShMem OFF
)
endif
()
...
...
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