Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CMake: Don't shadow the cache entry ENABLE_THREADS with a normal vari…
…able. 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.
- Loading branch information