[cmake-developers] Proper way to find 64-bit version of a library (or specifically OSG)

2015-05-12 Thread Mattias Helsing
Hi all, I'm wondering what the proper way is to go about finding 64-bit versions of a library. My situation is that I have built OpenSceneGraph 64-bit and installed it. The libraries end up in /usr/whatever/lib64. But to be able to find the libraries I needed to modify Modules/FindOpenThreads.cmak

[cmake-developers] Suggest to not add libosgUI-NOTFOUND to OSG_INCLUDE_DIR if it wasn't required

2014-09-16 Thread Mattias Helsing
e all item containing NOTFOUND) but it's awkward. If I'm not requiring osgUI it shouldn't break my build. cheers Mattias From a7f8010c1ff9925a498f533fb120755beaf5c27e Mon Sep 17 00:00:00 2001 From: Mattias Helsing Date: Tue, 16 Sep 2014 22:20:19 +0200 Subject: [PATCH] Don't add