Moved glm.pc.in into cmake directory #509

This commit is contained in:
Christophe Riccio 2016-05-31 00:36:21 +02:00 committed by Christophe Riccio
parent 64342f78bf
commit fe6ab8f3b6
2 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ endif()
# build pkg-config file
configure_file(
"glm.pc.in"
"./cmake/glm.pc.in"
"glm.pc"
@ONLY
)