Bug #530

Updated by J. Moringen over 12 years ago

I think, the problem is caused by
<pre>
SET(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
</pre>
at the beginning of @CMakeLists.txt@ which seems to cause the subsequent
<pre>
FIND_PACKAGE(BoostUUID)
</pre>
to find the @FindBoostUUID.cmake@ @BoostUUID.cmake@ file *within* the RSC distribution. This file is then probably treated as an external Boost.UUID library.

Back