Browse Source

Moved glm.pc.in into cmake directory #509

Christophe Riccio 9 years ago
parent
commit
fe6ab8f3b6
2 changed files with 1 additions and 1 deletions
  1. 1 1
      CMakeLists.txt
  2. 0 0
      cmake/glm.pc.in

+ 1 - 1
CMakeLists.txt

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

+ 0 - 0
glm.pc.in → cmake/glm.pc.in