Silence warning about project version in angelscript.

I still didn't find proper solution for it...
This commit is contained in:
Deve 2015-09-07 18:19:42 +02:00
parent bfa92bc339
commit 27a2f1bdc1

View File

@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.6)
set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS TRUE)
cmake_policy(SET CMP0003 NEW)
project(angelscript)
#project(angelscript)
option(BUILD_SHARED_LIBS "Build shared library" OFF)