[CMake] optimized/debug libs on Unix

Clinton Stimpson clinton at elemtech.com
Wed Aug 10 11:32:14 EDT 2005


If I do a TARGET_LINK_LIBRARIES with this

  optimized ${LIBA} debug ${LIBA_DEBUG}

on Unix, which library will it use if the CMAKE_BUILD_TYPE is empty?
It seems that it is not picking up either one.

Clint




More information about the CMake mailing list