From 01db5526106f75599d84dbe61e419fb9cc3d1298 Mon Sep 17 00:00:00 2001 From: manuel Date: Sun, 8 Mar 2015 01:22:24 +0100 Subject: (temporary) enable NO_SONAME --- toolchain/linux-x86_64.cmake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'toolchain/linux-x86_64.cmake') diff --git a/toolchain/linux-x86_64.cmake b/toolchain/linux-x86_64.cmake index cb93e39..2fbe2aa 100644 --- a/toolchain/linux-x86_64.cmake +++ b/toolchain/linux-x86_64.cmake @@ -17,6 +17,8 @@ elseif("${PLATFORM}" STREQUAL "darwin") set(CORE_SYSTEM_NAME darwin) endif() +include("${CMAKE_CURRENT_LIST_DIR}/common.cmake") + #set(CMAKE_FIND_ROOT_PATH @CMAKE_FIND_ROOT_PATH@) if("${OS}" STREQUAL "ios" OR "${OS}" STREQUAL "osx") -- cgit v1.2.3