diff options
author | Jaroslav Skarvada <jskarvad@redhat.com> | 2013-09-24 13:31:37 -0400 |
---|---|---|
committer | Tom Rondeau <tom@trondeau.com> | 2013-09-24 13:31:37 -0400 |
commit | 0cad02d7f05c60762c8811bc6e05c9f5b49619c8 (patch) | |
tree | faacd17d4353f0cded722aa85b9b40e5b6f4e7e7 | |
parent | bf939355f0be048ea1d16d8b40e78052c4e17565 (diff) |
cmake: adding library suffix variable for setting the cmake install directory.
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 57e647450b..5a561723b0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -312,7 +312,7 @@ SET(cmake_configs ) if(NOT CMAKE_MODULES_DIR) - set(CMAKE_MODULES_DIR lib/cmake/gnuradio) + set(CMAKE_MODULES_DIR lib${LIB_SUFFIX}/cmake/gnuradio) endif(NOT CMAKE_MODULES_DIR) # Install all other cmake files into same directory |