diff options
author | Brad King <brad.king@kitware.com> | 2021-07-20 16:11:47 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-07-20 16:18:53 (GMT) |
commit | d777ca12f60f5da31b59f34605c5eb9f1608756e (patch) | |
tree | 36626ec8760f19d61fe025aab2cdb76eb49a1105 /Tests/RunCMake/CMakeDependentOption/RunCMakeTest.cmake | |
parent | 31ecd3718047874b5eeb939e9608fa1bd386c1a7 (diff) | |
download | CMake-d777ca12f60f5da31b59f34605c5eb9f1608756e.zip CMake-d777ca12f60f5da31b59f34605c5eb9f1608756e.tar.gz CMake-d777ca12f60f5da31b59f34605c5eb9f1608756e.tar.bz2 |
CMakeDependentOption: Revert "Allow parentheses in the depends string"
Revert commit 0665d9092e (CMakeDependentOption: Allow parentheses in the
depends string, 2021-06-13, v3.21.0-rc1~32^2). It broke existing use
cases with parentheses in regular expressions. Also add a test for this.
Fixes: #22447
Diffstat (limited to 'Tests/RunCMake/CMakeDependentOption/RunCMakeTest.cmake')
-rw-r--r-- | Tests/RunCMake/CMakeDependentOption/RunCMakeTest.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/RunCMake/CMakeDependentOption/RunCMakeTest.cmake b/Tests/RunCMake/CMakeDependentOption/RunCMakeTest.cmake index bbdd3e5..e1045f2 100644 --- a/Tests/RunCMake/CMakeDependentOption/RunCMakeTest.cmake +++ b/Tests/RunCMake/CMakeDependentOption/RunCMakeTest.cmake @@ -1,3 +1,3 @@ include(RunCMake) -run_cmake_script(Parentheses) +run_cmake_script(Regex) |