[evolution-data-server] Fix a typo in the previous commit (underscore instead of space)



commit 913681c4f81a46fcfd8c197dd050ad6ee493d61d
Author: Milan Crha <mcrha redhat com>
Date:   Thu Jun 15 13:50:32 2017 +0200

    Fix a typo in the previous commit (underscore instead of space)

 CMakeLists.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0e39236..f8eadde 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -127,7 +127,7 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON)
 # Packagers might want to need different settings for the RPATH related things
 # From experience, especially CMAKE_BUILD_WITH_INSTALL_RPATH might need to be
 # switched to ON, if CMake fails to set the right values during make install
-set(CMAKE_SKIP_RPATH OFF CACHE BOOL_INTERNAL)
+set(CMAKE_SKIP_RPATH OFF CACHE BOOL INTERNAL)
 set(CMAKE_SKIP_BUILD_RPATH OFF CACHE BOOL INTERNAL)
 set(CMAKE_BUILD_WITH_INSTALL_RPATH OFF CACHE BOOL INTERNAL)
 set(CMAKE_INSTALL_RPATH_USE_LINK_PATH ON CACHE BOOL INTERNAL)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]