Skip to content

streamline source/build env variable naming #47

Description

@christianparpart

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions