aboutsummaryrefslogtreecommitdiff
path: root/tinyobjloader-config.cmake.in
diff options
context:
space:
mode:
authornoma <ma.noack.pr@gmail.com>2017-04-24 17:41:22 +0200
committernoma <ma.noack.pr@gmail.com>2017-04-24 17:41:22 +0200
commitb1ac3a6c7e12d0c6b5909147aee1aca7d1777154 (patch)
tree81f0fa843976391ca7a15f23df12205b0ef9d381 /tinyobjloader-config.cmake.in
parent69e56db1244db2686c555e0368b44660759e1981 (diff)
downloadtinyobjloader-b1ac3a6c7e12d0c6b5909147aee1aca7d1777154.tar.gz
Fixed package config and cmake config templates for double variant of the library.
Diffstat (limited to 'tinyobjloader-config.cmake.in')
-rw-r--r--tinyobjloader-config.cmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyobjloader-config.cmake.in b/tinyobjloader-config.cmake.in
index 2d6b3e3..91f01b0 100644
--- a/tinyobjloader-config.cmake.in
+++ b/tinyobjloader-config.cmake.in
@@ -4,6 +4,6 @@ set(TINYOBJLOADER_VERSION "@TINYOBJLOADER_VERSION@")
set_and_check(TINYOBJLOADER_INCLUDE_DIRS "@PACKAGE_TINYOBJLOADER_INCLUDE_DIR@")
set_and_check(TINYOBJLOADER_LIBRARY_DIRS "@PACKAGE_TINYOBJLOADER_LIBRARY_DIR@")
-set(TINYOBJLOADER_LIBRARIES tinyobjloader)
+set(TINYOBJLOADER_LIBRARIES @LIBRARY_NAME@)
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@-targets.cmake")