From: libwbxml <ti...@op...> - 2012-06-07 18:02:35
|
#83: cmake module not installed -----------------------+---------------------- Reporter: druzil | Owner: somebody Type: issue | Status: new Priority: important | Milestone: 0.11.2 Component: wbxml2 | Version: 0.11.0 Severity: other | Keywords: -----------------------+---------------------- Using ubuntu 12.04. It looks like cmake module is not installed when installing the downloaded source. How to redo: cd (libwbxml-source) cmake . -B/tmp/build/libwbxml cd /tmp/build/libwbxml make sudo make install cd (project source) Inside CMakeLists.txt: include(FindLibWbxml2) find_package(Libwbxml2 REQUIRED) include_directories( ... ${LIBWBXML2_INCLUDE_DIRS} ... ) target_link_libraries(${PROJECT_NAME} ${LIBWBXML2_LIBRARIES} ) target_link_libraries(${PROJECT_NAME} ${LIBWBXML2_LIBRARIES} ) cmake CMakeLists.txt yield following error: include could not find load file: FindLibWbxml2 Could not find module FindLibWbxml2.cmake or a configuration file for package LibWbxml2. -- Ticket URL: <https://libwbxml.opensync.org/ticket/83> libwbxml <http://libwbxml.opensync.org/> WBXML Library |