commit | 0f17b37b9612267b10ff92746578df72ccf20b76 | [log] [tgz] |
---|---|---|
author | Christophe Bernard <christophe.p.bernard@gmail.com> | Wed Sep 29 21:21:56 2021 +0200 |
committer | Brad King <brad.king@kitware.com> | Thu Sep 30 08:55:41 2021 -0400 |
tree | 21ee93824b695095111476aafc113a77d0020814 | |
parent | d332f4f825628dcf412b128fbc2659fd2e6d51dc [diff] |
Tutorial: Fix regexps in sample CMakeLists.txt files Replace original regexp `[-nan|nan|0]` with `(-nan|nan|0)` which is what the author most likely intended to write in the first place.