From 1469d2f65b9280a00ee96bb852818c62dd43f70d Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Fri, 5 Feb 2016 21:16:35 +0200 Subject: [PATCH] remove CMake platform target properties entirely they cause different (troublesome) behaviour depending on wheather the build is performed on Windows or UNIX host Signed-off-by: Ivailo Monev --- CMakeLists.txt | 8 -------- 1 file changed, 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 441612983..b5fd4f5f3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,14 +7,6 @@ # find -name '*.cmake' -exec grep -E 'TODO|FIXME' {} + # find -name CMakeLists.txt -exec grep -E 'TODO|FIXME' {} + -if(MINGW) - set(CMAKE_GNUtoMS TRUE) -elseif(WIN32) - set(CMAKE_WIN32_EXECUTABLE TRUE) -elseif(APPLE) - set(CMAKE_MACOSX_BUNDLE TRUE) -endif() - project(katie C CXX ASM) cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) -- 2.11.0