diff -Nur curl-7.19.7/CMakeLists.txt src/CMakeLists.txt --- curl-7.19.7/CMakeLists.txt Wed Jul 22 20:09:53 2009 +++ src/CMakeLists.txt Sun Feb 21 22:20:15 2010 @@ -18,7 +18,7 @@ # (From Daniel Stenberg) The cmake build selected to run gcc with -fPIC on my box while the plain configure script did not. # (From Daniel Stenberg) The gcc command line use neither -g nor any -O options. As a developer, I also treasure our configure scripts's --enable-debug option that sets a long range of "picky" compiler options. cmake_minimum_required(VERSION 2.6.2 FATAL_ERROR) -set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/CMake;${CMAKE_MODULE_PATH}") +set(CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH};${CMAKE_CURRENT_SOURCE_DIR}/CMake") include(Utilities) project( CURL C )