aimotive-legacy / cmakex

lightweight package manager for CMake
4 stars 1 forks source link

allow setting other locations for deps_install and deps #30

Closed tamaskenez closed 7 years ago

tamaskenez commented 7 years ago

--deps-install=..., default: CMAKE_BINARY_DIR/_deps-install --deps-build=..., default: CMAKE_BINARY_DIR/_deps --deps-source=..., default: CMAKE_BINARY_DIR/_deps

csabakeszegh commented 7 years ago

It would be great if build, and source would go to separate directories. I would recommend to use the following defaults:

--deps-install=..., default: CMAKE_BINARY_DIR/_deps-install --deps-build=..., default: CMAKE_BINARY_DIR/_deps-build --deps-source=..., default: CMAKE_BINARY_DIR/_deps-src

tamaskenez commented 7 years ago

fixed in 8739e9531b13a445c8128aa559bb0a4440f287c6