From: Maciej Grela Date: Wed, 20 Jun 2012 21:08:50 +0000 (+0200) Subject: Fix libftdi.pc file generation when building with -DDOCUMENTATION=OFF X-Git-Tag: v1.0rc1~30 X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=commitdiff_plain;h=e18b700743217e8c505e97762e0f66a4f6a90425 Fix libftdi.pc file generation when building with -DDOCUMENTATION=OFF --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 4c43a48..07f8bb9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,9 @@ project(libftdi) set(MAJOR_VERSION 1) set(MINOR_VERSION 0) +set(PACKAGE libftdi) set(VERSION_STRING ${MAJOR_VERSION}.${MINOR_VERSION}) +set(VERSION ${VERSION_STRING}) SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}") # CMake @@ -116,12 +118,11 @@ add_custom_target(dist option(DOCUMENTATION "Generate API documentation with Doxygen" ON) + find_package(Doxygen) if(DOCUMENTATION AND DOXYGEN_FOUND) # Set variables - set(PACKAGE libftdi) - set(VERSION ${VERSION_STRING}) set(top_srcdir ${CMAKE_SOURCE_DIR}) # Find doxy config