[CMake] Re: CMake 2.4.4 available for download

2006-11-22 Thread wedekind
Hello all, I guess there has been a change in the interpretation of optimized and debug libraries used in the TARGET_LINK_LIBRARIES command. In 2.4.3 the following line successfully produced a link to the Qt libraries: TARGET_LINK_LIBRARIES(JCore optimized ${QT_QT_LIBRARY} debug

Re: [CMake] Re: CMake 2.4.4 available for download

2006-11-22 Thread Bill Hoffman
wedekind wrote: Hello all, I guess there has been a change in the interpretation of optimized and debug libraries used in the TARGET_LINK_LIBRARIES command. In 2.4.3 the following line successfully produced a link to the Qt libraries: TARGET_LINK_LIBRARIES(JCore optimized ${QT_QT_LIBRARY}