Skip to content

Commit

Permalink
CMake
Browse files Browse the repository at this point in the history
- Eliminated win32 warning.
  • Loading branch information
pbeckingham committed May 13, 2013
1 parent dd25f3a commit 1e617f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
cmake_minimum_required (VERSION 2.8)
set(CMAKE_LEGACY_CYGWIN_WIN32 0) # Remove when CMake >= 2.8.4 is required

project (vitapi)

add_subdirectory (src)
add_subdirectory (examples EXCLUDE_FROM_ALL)
add_subdirectory (test EXCLUDE_FROM_ALL)
Expand Down

0 comments on commit 1e617f3

Please sign in to comment.