summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Besard <tim.besard@gmail.com>2011-12-01 11:16:08 +0100
committerTim Besard <tim.besard@gmail.com>2011-12-01 11:16:08 +0100
commitc6ceac3daa78de76c8e35e288c8732f534f9da7c (patch)
tree92ce864a40c28ffbb81027c143c06ddd37d4820d
parent82b3655fc118419c66cf62c7743b2a48d49bc08e (diff)
Removing cross-compile options.
-rw-r--r--CMakeLists.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 64fd73f..366b4c4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,15 +7,6 @@ project(pChase)
SET(CMAKE_BUILD_TYPE "Release")
-option(CROSS_32BIT "Cross-build a 32-bit binary on a 64-bit system" OFF)
-if (CROSS_32BIT)
- message(STATUS "NOTICE: building a 32-bit binary")
- add_definitions(-m32)
- set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -m32")
- set(CMAKE_SHARED_LIBRARY_C_FLAGS "${CMAKE_SHARED_LIBRARY_C_FLAGS} -m32")
- set(CMAKE_SHARED_LIBRARY_CXX_FLAGS "${CMAKE_SHARED_LIBRARY_CXX_FLAGS} -m32")
-endif ()
-
set (pChase_VERSION_MAJOR 0)
set (pChase_VERSION_MINOR 4)