[Cs-dev] CMakeLists.txt: PORTMIDI_HEADER not included, wont be found in includepath
Date | 2013-05-02 08:49 |
From | Tim Neumann |
Subject | [Cs-dev] CMakeLists.txt: PORTMIDI_HEADER not included, wont be found in includepath |
Attachments | None None |
I just ran into this: PORTMIDI_HEADER is set correctly in cmake-gui but the actual path/file seems to be ignored. Is there any existing way to include that path with this build target without moving the whole portmidi headers to my /include folder? (portmidi does not provide a make install target)Scanning dependencies of target pmidi [ 64%] Building C object InOut/CMakeFiles/pmidi.dir/pmidi.c.obj h:/Builder/Csound6.00rc1.1/InOut/pmidi.c:31:22: fatal error: portmidi.h: No such file or directory compilation terminated. |