X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=CMakeLists.txt;h=74f80f407e4b66cd4643f7ada5832c90cc4a9aed;hp=397d367d4c576e30715bb32146b6968077e2e150;hb=f838a4e3b0466abc34823750e9eef24d785c8232;hpb=57f3c6ce1b5942e959ce5107cdbf38ca463ddd59 diff --git a/CMakeLists.txt b/CMakeLists.txt index 397d367..74f80f4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ set(MINOR_VERSION 2) set(PACKAGE libftdi1) set(VERSION_STRING ${MAJOR_VERSION}.${MINOR_VERSION}) set(VERSION ${VERSION_STRING}) -set ( CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake ) +set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake) # CMake if("${CMAKE_BUILD_TYPE}" STREQUAL "")