Open epifanio opened 11 years ago
The cmake files need work. What I do for now, is kick out the FIND_PACKAGE for Wt and set the required cmake variables manually:
SET(Wt_LIBRARY wt) SET(Wt_HTTP_LIBRARY wthttp) INCLUDE_DIRECTORIES(/home/wim/project/pywt/github/wt-install/include) LINK_DIRECTORIES(/home/wim/project/pywt/github/wt-install/lib)
But do your .cl files correctly find the documentation now?
I'm using homebrew to satisfy boost and other dep. instaled WT from git in "/usr/local/"
trying to run cmake in pywt :
ccmake ..
CMake Error at cmake/FindWt.cmake:112 (MESSAGE): Could NOT find Wt Call Stack (most recent call first): CMakeLists.txt:50 (FIND_PACKAGE)
attached my CMakeCache.txt :
https://gist.github.com/epifanio/5023949