Resolve insecure runpath issue.

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -17,6 +17,7 @@
   set(CMAKE_INSTALL_INCLUDEDIR "include")
 endif()
 
+set(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE)
 if (POLICY CMP0054)
   # do not expand quoted arguments
   cmake_policy(SET CMP0054 NEW)

