Skip to content

Commit

Permalink
Preparing for visual studio 2013
Browse files Browse the repository at this point in the history
  • Loading branch information
apathyboy committed Jun 30, 2013
1 parent aa88e87 commit 497c3e0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CMakeLists.txt
Expand Up @@ -22,7 +22,10 @@ if (${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})
endif()
endif()

cmake_minimum_required(VERSION 2.8.7)
cmake_minimum_required(VERSION 2.8.11)

cmake_policy(VERSION 2.8.11)
cmake_policy(SET CMP0022 NEW)

project(swganh CXX)

Expand Down

0 comments on commit 497c3e0

Please sign in to comment.