Git commit 9358c36e4469b0c7480adec7d5b2a54e59cb1650 by Till Adam. Committed on 13/02/2013 at 23:48. Pushed by tilladam into branch 'master'. Fix the build on OSX. M +1 -1 CMakeLists.txt http://commits.kde.org/kdepim/9358c36e4469b0c7480adec7d5b2a54e59cb1650 diff --git a/CMakeLists.txt b/CMakeLists.txt index ef221f9..8a4decf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ project(kdepim) = # where to look first for cmake modules. This line must be the first one o= r cmake will use the system's FindFoo.cmake -set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules") +set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/modu= les") = ############### Build Options ############### =