From 622d955b8ca5f2bf80550b54a2ce37dbb0c263f2 Mon Sep 17 00:00:00 2001 From: nds Date: Tue, 2 May 2017 13:46:30 +0300 Subject: [PATCH] Task 2.4. Ability to modify the radius of circles and arcs of circle with the mouse Correction of compilation on Jenkins. --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ccb0ee1f9..86f0a5df5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,5 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8.10) -ADD_DEFINITIONS(-DSUPPORT_NEW_MOVE) - PROJECT (SHAPER) # Ensure a proper linker behavior: CMAKE_POLICY(SET CMP0003 NEW) -- 2.39.2