summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake')
-rw-r--r--cmake/FindPylon.cmake5
1 files changed, 4 insertions, 1 deletions
diff --git a/cmake/FindPylon.cmake b/cmake/FindPylon.cmake
index fc9624b..c1a4af1 100644
--- a/cmake/FindPylon.cmake
+++ b/cmake/FindPylon.cmake
@@ -23,13 +23,16 @@ if (NOT "$ENV{PYLON_ROOT}" STREQUAL "")
LIBPYLONCAM_INCLUDEDIR ${LIBPYLONCAM_INCLUDEDIR})
string(REPLACE ${LIBPYLONCAM_PREFIX} ${LIBPYLONCAM_OTHER_PREFIX}
LIBPYLONCAM_LIBRARIES ${LIBPYLONCAM_LIBRARIES})
+ string(REPLACE ${LIBPYLONCAM_PREFIX} ${LIBPYLONCAM_OTHER_PREFIX}
+ LIBPYLONCAM_LIBDIR ${LIBPYLONCAM_LIBDIR})
endif()
find_package_handle_standard_args(PYLON DEFAULT_MSG LIBPYLONCAM_INCLUDEDIR LIBPYLONCAM_LIBRARIES)
mark_as_advanced(
LIBPYLONCAM_INCLUDEDIR
- LIBPYLONCAM_LIBRARIES)
+ LIBPYLONCAM_LIBRARIES
+ LIBPYLONCAM_LIBDIR)
else()
message("Environment variable PYLON_ROOT not found! => unable to build pylon camera support")