Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
3239404b
Commit
3239404b
authored
Oct 14, 2009
by
Alexander Wiebel
Browse files
[FIX
#144
] old cmakelist hat problems with the cmake on linux
parent
1352d881
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/dataHandler/io/nifti/CMakeLists.txt
src/dataHandler/io/nifti/CMakeLists.txt
+2
-2
No files found.
src/dataHandler/io/nifti/CMakeLists.txt
View file @
3239404b
...
...
@@ -6,7 +6,7 @@ MESSAGE( STATUS "Inlcuded NIfTI lib building information." )
OPTION
(
BUILD_SHARED_LIBS
"Toggle building shared libraries"
ON
)
# Zlib support currently not on Windows
IF
(
NOT
(
CMAKE_HOST_SYSTEM MATCHES Windows
)
)
IF
(
NOT CMAKE_HOST_SYSTEM MATCHES Windows
)
ADD_DEFINITIONS
(
-DHAVE_ZLIB
)
ENDIF
()
...
...
@@ -16,7 +16,7 @@ ADD_LIBRARY(${NIFTI_ZNZLIB_NAME} ${ZNZLIB_SRC} )
TARGET_LINK_LIBRARIES
(
${
NIFTI_ZNZLIB_NAME
}
${
NIFTI_ZLIB_LIBRARIES
}
)
# Zlib support currently not on Windows
IF
(
NOT
(
CMAKE_HOST_SYSTEM MATCHES Windows
)
)
IF
(
NOT CMAKE_HOST_SYSTEM MATCHES Windows
)
TARGET_LINK_LIBRARIES
(
${
NIFTI_ZNZLIB_NAME
}
z
)
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