Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
VTK
VTK
Commits
988e034d
Commit
988e034d
authored
Jul 24, 2015
by
Ben Boeckel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vtktiff: look for search.h
It is asked for in tiffiop.h, but never defined.
parent
48ddbe93
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
ThirdParty/tiff/vtktiff/CMakeLists.txt
ThirdParty/tiff/vtktiff/CMakeLists.txt
+1
-0
ThirdParty/tiff/vtktiff/tif_config.h.in
ThirdParty/tiff/vtktiff/tif_config.h.in
+3
-0
No files found.
ThirdParty/tiff/vtktiff/CMakeLists.txt
View file @
988e034d
...
...
@@ -66,6 +66,7 @@ CHECK_INCLUDE_FILES("inttypes.h" HAVE_INTTYPES_H)
CHECK_INCLUDE_FILES
(
"limits.h"
HAVE_LIMITS_H
)
CHECK_INCLUDE_FILES
(
"malloc.h"
HAVE_MALLOC_H
)
CHECK_INCLUDE_FILES
(
"memory.h"
HAVE_MEMORY_H
)
CHECK_INCLUDE_FILES
(
"search.h"
HAVE_SEARCH_H
)
CHECK_INCLUDE_FILES
(
"stdint.h"
HAVE_STDINT_H
)
CHECK_INCLUDE_FILES
(
"stdlib.h"
HAVE_STDLIB_H
)
CHECK_INCLUDE_FILES
(
"string.h"
HAVE_STRING_H
)
...
...
ThirdParty/tiff/vtktiff/tif_config.h.in
View file @
988e034d
...
...
@@ -70,6 +70,9 @@
/* Define if you have POSIX threads libraries and header files. */
#cmakedefine HAVE_PTHREAD
/* Define to 1 if you have the <search.h> header file. */
#cmakedefine HAVE_SEARCH_H @HAVE_SEARCH_H@
/* Define to 1 if you have the `sqrt' function. */
#cmakedefine HAVE_SQRT @HAVE_SQRT@
...
...
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