--- a/codegen/CMakeLists.txt Tue Mar 03 16:50:39 2015 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ -cmake_minimum_required (VERSION 2.4) -add_executable (codegen codegen.cpp) - -# -# LDForge uses alternative operators. GCC and Clang use these by default but MSVC does not. -# So we'll have to tell MSVC to use these alternative operators -# -if (MSVC) - set_target_properties (codegen PROPERTIES COMPILE_FLAGS "/Za") -endif()