diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2023-10-11 19:47:44 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2023-10-22 19:03:52 +0300 |
commit | 91c435cf1c7a1e893706d4d716dfd361621ed824 (patch) | |
tree | 4e6937ae1a1e3261aee257d871ec6cfa35ad0dd2 /build-aux | |
parent | Docs: Update INSTALL about sandboxing support. (diff) | |
download | xz-91c435cf1c7a1e893706d4d716dfd361621ed824.tar.xz |
CMake: Don't shadow the cache entry ENABLE_THREADS with a normal variable.
Using set(ENABLE_THREADS "posix") is confusing because it sets
a new normal variable and leaves the cache entry with the same
name unchanged. The intent wasn't to change the cache entry so
this switches to a different variable name.
Diffstat (limited to 'build-aux')
0 files changed, 0 insertions, 0 deletions