
25 May
2008
25 May
'08
8:45 p.m.
On 05/25/08 13:15, Maik Beckmann wrote:
Am Sonntag 25 Mai 2008 19:34:50 schrieb Larry Evans:
On 05/25/08 10:09, Larry Evans wrote: So, I resorted to ccmake. In buid directory, did:
ccmake ../src
and only option was:
CMAKE_BACKWARDS_COMPATIBILITY 3.4
Somehow you messed up you build-tree configuration. Just delete the build dir, create it again, change into it and run ccmake ../src
-- Maik Thanks. That prompted me to look further and I realized I should have done:
ccmake ../../src instead. Now it's working.