Commit e1f2a81
committed
Refine CMake regex handling for clean name calculation and version extraction
- Simplified the clean name calculation in cpp_library_setup by removing unnecessary regex escaping.
- Updated the version extraction logic in _cpp_library_add_dependency to ensure proper semantic versioning format.
These changes enhance the clarity and efficiency of the CMake configuration for the cpp-library.1 parent 219221c commit e1f2a81
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
| 197 | + | |
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
174 | | - | |
| 173 | + | |
| 174 | + | |
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
| |||
0 commit comments