[CMake] include directories getting excaped.

2009-06-22 Thread chris
Hi, I've got this bit of cmake code: PKG_CHECK_MODULES(GTKMM gtkmm-2.4 REQUIRED) IF(NOT GTKMM_FOUND) MESSAGE(GTKMM is required to compile this project. FATAL_ERROR) ENDIF(NOT GTKMM_FOUND) MESSAGE(gtkmm headers: ${GTKMM_INCLUDE_DIRS}) and the message I get under windows is: C:/Program and

Re: [CMake] include directories getting excaped.

2009-06-22 Thread Tyler Roscoe
On Mon, Jun 22, 2009 at 02:25:17AM -0500, ch...@basementcode.com wrote: I've got this bit of cmake code: PKG_CHECK_MODULES(GTKMM gtkmm-2.4 REQUIRED) IF(NOT GTKMM_FOUND) MESSAGE(GTKMM is required to compile this project. FATAL_ERROR) ENDIF(NOT GTKMM_FOUND) MESSAGE(gtkmm headers:

Re: [CMake] include directories getting excaped.

2009-06-22 Thread Christopher Harvey
wowI typed that at 2:25am last night. so many typos I actually found out what's going on. It's not cmakes fault, pkg-config under windows is returning that exact same string, but I didn't notice because --cflags looked alright. when using --cflags-only-I I get the C:\Program thing. Maybe I'll