Remove unneeded code (fixes flag "conflicts")

cmake should add appropriate flags depending on build type automatically
This commit is contained in:
Danila Malyutin 2015-08-15 23:41:02 +03:00 committed by Nekotekina
parent 0fb8ad8c5a
commit 5bf6c25652
2 changed files with 1 additions and 10 deletions

View file

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 2.8.12)
set(ASMJIT_STATIC TRUE)