From bc0ddd8c1cb6d69dbb2a6d6eb94c4d77e9565c6b Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Tue, 17 Feb 2015 15:19:57 -0800 Subject: [PATCH] rename AddPathToLibPaths file so it is findable --- .../{AddPathToLibPaths.cmake => AddPathsToLibPaths.cmake} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename cmake/macros/{AddPathToLibPaths.cmake => AddPathsToLibPaths.cmake} (94%) diff --git a/cmake/macros/AddPathToLibPaths.cmake b/cmake/macros/AddPathsToLibPaths.cmake similarity index 94% rename from cmake/macros/AddPathToLibPaths.cmake rename to cmake/macros/AddPathsToLibPaths.cmake index abdc65c9be..93e3287b5a 100644 --- a/cmake/macros/AddPathToLibPaths.cmake +++ b/cmake/macros/AddPathsToLibPaths.cmake @@ -1,5 +1,5 @@ # -# AddPathToLibPaths.cmake +# AddPathsToLibPaths.cmake # cmake/macros # # Copyright 2015 High Fidelity, Inc.