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