Blob Blame History Raw
diff -up ./CMakeLists.txt.fedora ./CMakeLists.txt
--- ./CMakeLists.txt.fedora	2014-04-16 20:46:06.472365670 -0400
+++ ./CMakeLists.txt	2014-04-16 20:46:16.198785298 -0400
@@ -12,7 +12,7 @@ message (STATUS "${PROJECT_NAME} version
 include(GNUInstallDirs)
 
 # hack: by default this would be 'lib/x86_64-linux-gnu'
-set(CMAKE_INSTALL_LIBDIR lib)
+#set(CMAKE_INSTALL_LIBDIR lib)
 
 # set the default build type
 if (NOT CMAKE_BUILD_TYPE)