Kill off legacy Debian multiarch support
We require Cmake 2.8.11 now
This commit is contained in:
parent
ca70e64261
commit
656326e48f
1 changed files with 0 additions and 16 deletions
|
@ -88,22 +88,6 @@ endif()
|
||||||
# Configure library search paths
|
# Configure library search paths
|
||||||
#####################################################################################
|
#####################################################################################
|
||||||
|
|
||||||
|
|
||||||
if(NOT "${CMAKE_LIBRARY_ARCHITECTURE}" STREQUAL "")
|
|
||||||
# Workaround for Ubuntu/Debian which introduced the "multiarch" library
|
|
||||||
# directory structure, which is unsupported by CMake < 2.8.10, so we need to
|
|
||||||
# add paths manually
|
|
||||||
# see http://www.cmake.org/Bug/view.php?id=12049 and
|
|
||||||
# http://www.cmake.org/Bug/view.php?id=12037
|
|
||||||
list(APPEND ADDITIONAL_LIBRARY_PATHS
|
|
||||||
/usr/local/lib/${CMAKE_LIBRARY_ARCHITECTURE}
|
|
||||||
/usr/lib/${CMAKE_LIBRARY_ARCHITECTURE}
|
|
||||||
/lib/${CMAKE_LIBRARY_ARCHITECTURE})
|
|
||||||
message(STATUS "additional library directories: ${ADDITIONAL_LIBRARY_PATHS}")
|
|
||||||
endif()
|
|
||||||
|
|
||||||
#####################################################################################
|
|
||||||
|
|
||||||
IF(APPLE)
|
IF(APPLE)
|
||||||
set(EVENT_INPUT_DEFAULT 1)
|
set(EVENT_INPUT_DEFAULT 1)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue