X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=CMakeLists.txt;h=a17b2269ea1e7a11d42296963f556a3a29173ae4;hp=3616c667bb5f1f2ad684db952e786784524477ca;hb=602adb256f131ef673adb18f8581ff249b356077;hpb=afb9082460cf8602b1843e1a698ec498e3d38d7b diff --git a/CMakeLists.txt b/CMakeLists.txt index 3616c66..a17b226 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ set(MINOR_VERSION 0) set(PACKAGE libftdi1) set(VERSION_STRING ${MAJOR_VERSION}.${MINOR_VERSION}) set(VERSION ${VERSION_STRING}) -SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}") +set ( CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake ) # CMake if("${CMAKE_BUILD_TYPE}" STREQUAL "")