Re: [CMake] LIBRARY_OUTPUT_DIRECTORY or CMAKE_LIBRARY_OUTPUT_DIRECTORY

2008-11-12 Thread Michael Jackson
Ahh.. I didn't see the new "property" documentation options. I use my QtAssistant Script to generate easy to read/search documentation and I needed to update the script. I'll update the wiki also in case anyone else wants to use it. Thanks for the heads up. Mike On Nov 12, 2008, at 9:58 A

Re: [CMake] LIBRARY_OUTPUT_DIRECTORY or CMAKE_LIBRARY_OUTPUT_DIRECTORY

2008-11-12 Thread David Cole
>From the cmake 2.6 docs online: http://www.cmake.org/cmake/help/cmake2.6docs.html#variable:CMAKE_LIBRARY_OUTPUT_DIRECTORY http://www.cmake.org/cmake/help/cmake2.6docs.html#prop_tgt:LIBRARY_OUTPUT_DIRECTORY CMAKE_LIBRARY_OUTPUT_DIRECTORY is a global variable. LIBRARY_OUTPUT_DIRECTORY is a target p

[CMake] LIBRARY_OUTPUT_DIRECTORY or CMAKE_LIBRARY_OUTPUT_DIRECTORY

2008-11-12 Thread Michael Jackson
The below is from the CMake 2.6.2 documentation: === • LIBRARY_OUTPUT_PATH: Old library location variable. This variable should no longer be used as of CMake 2.6. Use the ARCHIVE_OUTPUT_DIRECTORY, LIBRARY_OUTPUT_DIRECTORY, and RUNTIM