summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAzat Khuzhin <a3at.mail@gmail.com>2017-01-29 20:19:06 +0300
committerAzat Khuzhin <a3at.mail@gmail.com>2017-01-29 20:35:57 +0300
commitfe2c2622c389d7e9529b3c2fa828fb69cc985a1e (patch)
treed22b0f0bb900c0be7d8912c135f056f1fb5e0990 /README.md
parent0344edf62dc49d822315a8d832f17be8d2c43643 (diff)
downloadlibevent-fe2c2622c389d7e9529b3c2fa828fb69cc985a1e.tar.gz
Make EVENT_STAGE_NAME non cached
It did not work before correctly anyway, since cmake do not reset cache entries by default, so that reset to "beta" didn't work. But I don't think that making this variable cached is useful, so let's remove this.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5e3eb4df..150bfe0d 100644
--- a/README.md
+++ b/README.md
@@ -77,9 +77,6 @@ EVENT__ENABLE_VERBOSE_DEBUG:BOOL=OFF
# on the the cross compilation target to verify that it works. See cmake
# documentation for try_run for more details
EVENT__FORCE_KQUEUE_CHECK:BOOL=OFF
-
-# set EVENT_STAGE_VERSION
-EVENT__STAGE_VERSION:STRING=beta
```
__More variables can be found by running `cmake -LAH <sourcedir_path>`__