X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=CMakeLists.txt;h=58f664a819c3d6d3318874518d526ac6e59a781c;hp=9f209d03285b97210e33e52d4b049be3ffb2e6ab;hb=11a50ae5b80b3e03694a19e84513345d0794e563;hpb=2a2c8b9cb4bcf773492d27dfc179a2e45e1e83d2 diff --git a/CMakeLists.txt b/CMakeLists.txt index 9f209d0..58f664a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ project(libftdi1 C) set(MAJOR_VERSION 1) set(MINOR_VERSION 5) set(PACKAGE libftdi1) -set(VERSION_STRING ${MAJOR_VERSION}.${MINOR_VERSION}rc1) +set(VERSION_STRING ${MAJOR_VERSION}.${MINOR_VERSION}) set(VERSION ${VERSION_STRING}) set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake) @@ -136,7 +136,7 @@ endif () add_subdirectory(src) if ( FTDIPP ) - project(libftdipp1 C CXX) + project(libftdi1 C CXX) add_subdirectory(ftdipp) endif () if ( PYTHON_BINDINGS ) @@ -150,6 +150,7 @@ if ( EXAMPLES ) endif () add_subdirectory(packages) if ( BUILD_TESTS ) + project(libftdi1 C CXX) add_subdirectory(test) endif ()