mimalloc/test
Pei-Hsuan Hung 4486efa01b Avoid system environment path in find_package
If the project root directory lies in user's home directory,
`find_package` will search the project directory instead of the
installed path.

For example, if one's project directory is /home/user1/mimalloc,
`find_package` will first search the prefix `$PATH`, then search
`CMAKE_INSTALL_PREFIX` if no file is found in previous path.

If one clones the project in `${HOME}` and added `${HOME}/bin` to
`${PATH}` (which is common), the error could happen.

To avoid this, we could simply add NO_SYSTEM_ENVIONMENT_PATH to
the end of `find_package`.
2019-07-07 10:12:09 +08:00
..
CMakeLists.txt Avoid system environment path in find_package 2019-07-07 10:12:09 +08:00
main-override.c initial checkin 2019-06-19 16:26:12 -07:00
main-override.cpp initial checkin 2019-06-19 16:26:12 -07:00
main.c remove lock code from atomics (as it is unused) 2019-06-24 17:54:41 -07:00
main.cpp initial checkin 2019-06-19 16:26:12 -07:00