Re: [CMake] Unreliable Find*.conf

2015-03-22 Thread Damian Philipp
rything without any hint in the find-module, so long as I set CMAKE_PATH_PREFIX. I erased all cmake-caches I could find from the source tree and switched to out-of-source build - but still, cmake can find the TS3 library on its own. Is there some hidden cache elsewhere that I need to erase?

Re: [CMake] Unreliable Find*.conf

2015-03-22 Thread Damian Philipp
brary filenames as find_library() has. Regards, Damian Philipp -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please vis

[CMake] Unreliable Find*.conf

2015-03-17 Thread Damian Philipp
n) > > # Combine into output information > set(ts3sdk_INCLUDE_DIRS ${ts3sdk_INCLUDE_DIR}) > set(ts3sdk_LIBRARY_DIRS ${ts3sdk_LIBRARY_DIR}) > > message(STATUS "ts3sdk headers found in " ${ts3sdk_INCLUDE_DIRS}) > message(STATUS "ts3sdk libraries used: " ${ts