Skip to content

Commit

Permalink
Finished cmake cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoppert committed Feb 15, 2012
1 parent 698e2aa commit 74828f9
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project (mavlink)
project (mavlink NONE)

# settings
cmake_minimum_required (VERSION 2.8.2)
Expand All @@ -7,7 +7,7 @@ set(PROJECT_CONTACT_VENDOR mavlink)
set(APPLICATION_VERSION_MAJOR "1")
set(APPLICATION_VERSION_MINOR "0")
set(APPLICATION_VERSION_PATCH "0")
set(LIBRARY_SOVERSION "0.0.0")
#set(LIBRARY_SOVERSION "0.0.0")
set(PROJECT_CONTACT_EMAIL http://groups.google.com/group/mavlink)
set(PROJECT_CONTACT_VENDOR mavlink)

Expand All @@ -22,11 +22,7 @@ include(CommonSetup)
set(LIBRARY_VERSION ${APPLICATION_VERSION})

# modules
include(DefineCMakeDefaults)
include(DefinePlatformDefaults)
include(DefineInstallationPaths)
include(ExternalProject)
include(CTest)
#include(CTest)

# cpack
if(WIN32)
Expand Down

0 comments on commit 74828f9

Please sign in to comment.