summaryrefslogtreecommitdiff
path: root/cmake/FindDummy.cmake.template
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/FindDummy.cmake.template')
-rw-r--r--cmake/FindDummy.cmake.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/FindDummy.cmake.template b/cmake/FindDummy.cmake.template
index a9d75bc9a..83a6c4c29 100644
--- a/cmake/FindDummy.cmake.template
+++ b/cmake/FindDummy.cmake.template
@@ -75,7 +75,7 @@ if(NOT Dummy_FOUND_SYSTEM)
# set the variables like the find_* commands at the top
set(Dummy_INCLUDE_DIR "${DEPS_BASE}/include/")
- set(Dummy_LIBRARIES "${DEPS_BASE}/lib/libdummy.a")
+ set(Dummy_LIBRARIES "${DEPS_BASE}/${CMAKE_INSTALL_LIBDIR}/libdummy.a")
endif()
# just set this to true
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback