From 9bbdbb190e168530791ec825f0accf61a2495486 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 28 May 2012 17:24:57 +0000 Subject: fixed freebsd build git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2738 90c681e8-e032-0410-971d-27865f9a5e38 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 8490e6202..0ee39d943 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 2.6.0) #freebsd include include_directories(/usr/local/include) +SET(CMAKE_REQUIRED_INCLUDES ${CMAKE_REQUIRED_INCLUDES} /usr/local/include) #extract version from qmmp.h FILE(STRINGS "${CMAKE_CURRENT_SOURCE_DIR}/src/qmmp/qmmp.h" -- cgit v1.2.3-13-gbd6f