Skip to content

Commit

Permalink
Merge pull request #11 from wsnipex/master
Browse files Browse the repository at this point in the history
fixed: set libdir on linux when CMAKE_INSTALL_PREFIX != /usr
  • Loading branch information
wsnipex committed Jul 24, 2015
2 parents 2eca9d3 + 8ebe9de commit 278828a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions UseMultiArch.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ if ("${CMAKE_SYSTEM_NAME}" MATCHES "Linux" AND
set (_libdir_def "lib")
set (_libdir_noarch "lib")
endif ()
else ()
set (_libdir_def "lib")
set (_libdir_noarch "lib")
endif ()

# let the user override if somewhere else is desirable
Expand Down

0 comments on commit 278828a

Please sign in to comment.