Skip to content
Snippets Groups Projects
Commit b421af12 authored by Lars Bilke's avatar Lars Bilke
Browse files

Fixed FindQVTK on Windows.

parent 68066407
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,8 @@ ...@@ -11,7 +11,8 @@
# QVTK_LIBRARY is appended to QVTK_LIBRARY_DIR. # QVTK_LIBRARY is appended to QVTK_LIBRARY_DIR.
# #
find_library (QVTK_LIBRARY QVTK HINT ${VTK_DIR}) find_library (QVTK_LIBRARY QVTK HINTS ${VTK_DIR} ${VTK_DIR}/bin
PATH_SUFFIXES Release Debug)
find_path (QVTK_INCLUDE_DIR QVTKWidget.h HINT ${VTK_INCLUDE_DIRS}) find_path (QVTK_INCLUDE_DIR QVTKWidget.h HINT ${VTK_INCLUDE_DIRS})
find_package_handle_standard_args(QVTK DEFAULT_MSG find_package_handle_standard_args(QVTK DEFAULT_MSG
QVTK_LIBRARY QVTK_INCLUDE_DIR) QVTK_LIBRARY QVTK_INCLUDE_DIR)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment