toxcore/other/docker/windows
Maxim Biro 933a2aa452
Disambiguate the provided to cmake path to be a src dir
cmake treats the provided path differently depending on whether it
contains a CMakeCache.txt or not. If it doesn't contain it -- it's
treated as a path to the source tree, if it does -- as a path to the
build tree. We want it to be treated as a source tree path, but if a
user has CMakeCache.txt in that directory, e.g. from a previous in-tree
build the user has done, cmake will treat it as a build tree instead,
which might lead to unexpected results (improperly configured build) or
an error, with the latter being more likely considering we are building
inside a container and the host paths specified in the user-generated
CMakeCache.txt likely don't exist in there.
2022-10-07 11:46:18 -04:00
..
build_dependencies.sh refactor: Use cmp instead of msgpack-c for events packing. 2022-03-26 23:57:15 +00:00
build_toxcore.sh Disambiguate the provided to cmake path to be a src dir 2022-10-07 11:46:18 -04:00
Dockerfile Update Windows Docker build deps 2022-02-13 22:54:08 -05:00
get_packages.sh feat: Add binary packing functions for tox events. 2022-02-07 02:43:24 +00:00