On Mon, Mar 9, 2009 at 12:16 AM, David Palacio <[email protected]> wrote: > On MS Windows cmake configuration fails at > ruby/qtruby/src/CMakeLists.txt:41 with the following error > > install Library TARGETS given no DESTINATION! > > but it configures fine on GNU. If I remove "LIBRARY" from line 41: > install(TARGETS qtruby4shared LIBRARY DESTINATION > ${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX} ) > > it configures fine > _______________________________________________ > Kde-windows mailing list > [email protected] > https://mail.kde.org/mailman/listinfo/kde-windows >
yeah it's a known bug/behaviour of cmake on windows http://www.cmake.org/pipermail/cmake/2008-September/023876.html _______________________________________________ Kde-windows mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-windows
