From a75edbdd16fb31a225f6f2914ca3f83106ee7bcb Mon Sep 17 00:00:00 2001 From: Christopher Dembia Date: Sun, 12 Mar 2017 18:01:08 -0700 Subject: [PATCH] Fix type. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4619a44102..8ccdb3d062 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -490,7 +490,7 @@ endif() ## RPATH -# If it is necesasry to not put RPATHS in the installed binaries, set +# If it is necessary to not put RPATHS in the installed binaries, set # set CMAKE_SKIP_INSTALL_RPATH to OFF. if(APPLE) # CMake 2.8.12 introduced the ability to set RPATH for shared libraries