projects
/
freeglut
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c168dbd
)
fixed bug #251: freeglut cmake modules installation would disregard
author
John Tsiombikas
<nuclear@member.fsf.org>
Wed, 18 Sep 2019 11:58:31 +0000
(11:58 +0000)
committer
John Tsiombikas
<nuclear@member.fsf.org>
Wed, 18 Sep 2019 11:58:31 +0000
(11:58 +0000)
CMAKE_INSTALL_LIBDIR
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1854
7f0cb862
-5218-0410-a997-
914c9d46530a
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index
690f0ec
..
dd2709e
100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-622,7
+622,7
@@
CONFIGURE_FILE(FreeGLUTConfig.cmake.in
"${CMAKE_CURRENT_BINARY_DIR}/FreeGLUT/FreeGLUTConfig.cmake"
@ONLY
)
-SET(ConfigPackageLocation lib/cmake/FreeGLUT)
+SET(ConfigPackageLocation ${CMAKE_INSTALL_LIBDIR}/cmake/FreeGLUT)
INSTALL(EXPORT FreeGLUTTargets
FILE FreeGLUTTargets.cmake
NAMESPACE FreeGLUT::