From b4ed5966c491110f01efeaa13c2d9adac13cfd0d Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Mon, 23 May 2016 17:34:17 +0300 Subject: [PATCH] Don't mention unused variable --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 2b808d2..4c64a28 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,6 @@ Following variables may be supplied to CMake to affect build: * ```SDL2PP_WITH_EXAMPLES``` - enable building example programs (only for standalone build, default ON) * ```SDL2PP_WITH_TESTS``` - enable building tests (only for standalone build, default ON) * ```SDL2PP_ENABLE_LIVE_TESTS``` - enable tests which require X11 and/or audio device to run (only for standalone build, default ON) -* ```SDL2PP_WITH_2_0_4``` - enable experimental features available since SDL 2.0.4 (default OFF). These were not tested and may not even compile. ## Installation ##