You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dashelConfig.cmake CMake configuration file introduced in 68d19e1 returns empty variables $dashel_INCLUDE_DIRS and $dashel_LIBRARY when used like that:
find_package(dashel REQUIRED)
Tested on Ubuntu 14.04 with cmake-2.8.12.
The text was updated successfully, but these errors were encountered:
It is the way it is done in the CMakeLists.txt of Aseba, yet it compiled on my PPA for Trusty. Do you have any other information that might help me to figure out what happens on your machine?
The
dashelConfig.cmake
CMake configuration file introduced in 68d19e1 returns empty variables$dashel_INCLUDE_DIRS
and$dashel_LIBRARY
when used like that:Tested on Ubuntu 14.04 with
cmake-2.8.12
.The text was updated successfully, but these errors were encountered: