Currently I am using cmake to auto build third party library c-ares using ExternalProject module. Before starting cmake I am setting DESTDIR variable. export DESTDIR=`pwd`/dest
Problem is that third party library are also reading this variable. Is there a way I can avoiding mixing of DESTDIR variable with my cmake configuration and ExternalProject_Add ? regards Vivek Goel
-- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
