We use the following variable names:
FASTCACHE_SRCROOT
FASTCACHE_BUILDTREE
Both are unintuitive unless you already really know them.
In CMake there is a similar concept, but more streamlined, and thus, easier to remember?
CMAKE_SOURCE_DIR
CMAKE_BINARY_DIR
We should streamline our env vars to make them more memorable, especially for C/C++ CMake users:
FASTCACHE_SOURCE_DIR
FASTCACHE_BINARY_DIR
We should not keep backwards compatibility (we're not that world known yet :-D)
We use the following variable names:
FASTCACHE_SRCROOTFASTCACHE_BUILDTREEBoth are unintuitive unless you already really know them.
In CMake there is a similar concept, but more streamlined, and thus, easier to remember?
CMAKE_SOURCE_DIRCMAKE_BINARY_DIRWe should streamline our env vars to make them more memorable, especially for C/C++ CMake users:
FASTCACHE_SOURCE_DIRFASTCACHE_BINARY_DIRWe should not keep backwards compatibility (we're not that world known yet :-D)