From 121abc40b6feba0cb3db0e8fce304997693c6ced Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Thu, 1 Aug 2013 15:19:54 -0700 Subject: [PATCH] remove newline at end of shared CMakeLists --- libraries/shared/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/shared/CMakeLists.txt b/libraries/shared/CMakeLists.txt index 99302b955f..65337ab8e4 100644 --- a/libraries/shared/CMakeLists.txt +++ b/libraries/shared/CMakeLists.txt @@ -32,4 +32,4 @@ endif (UNIX AND NOT APPLE) # include GLM include(${MACRO_DIR}/IncludeGLM.cmake) -include_glm(${TARGET_NAME} ${ROOT_DIR}) +include_glm(${TARGET_NAME} ${ROOT_DIR}) \ No newline at end of file