Moved glm.pc.in into cmake directory #509

This commit is contained in:
Christophe Riccio 2016-05-31 00:36:21 +02:00
parent a69679e951
commit b4df7d69a6
2 changed files with 1 additions and 1 deletions

View File

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