Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
New CMake throws an error if you don't add this line.
  • Loading branch information
icculus committed Mar 17, 2008
1 parent ef69122 commit e0dae1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CMakeLists.txt
Expand Up @@ -4,6 +4,8 @@
# Please refer to LICENSE.txt in the root directory of the source
# distribution for licensing details.

CMAKE_MINIMUM_REQUIRED(VERSION 2.4)

PROJECT(Toby)
SET(TOBY_VERSION 0.1)

Expand Down

0 comments on commit e0dae1c

Please sign in to comment.