We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fef6881 + fb3cc27 commit 099d638Copy full SHA for 099d638
cmake/get_cpm.cmake
@@ -1,4 +1,4 @@
1
-set(CPM_DOWNLOAD_VERSION 0.38.2)
+set(CPM_DOWNLOAD_VERSION 0.40.2)
2
3
if(CPM_SOURCE_CACHE)
4
set(CPM_DOWNLOAD_LOCATION
tools/gen_str_catalog.py
@@ -93,7 +93,7 @@ def stable_module_key(module: str):
93
94
95
def read_input(filenames: list[str], stable_ids):
96
- line_re = re.compile(r"^.+?(unsigned int (catalog|module)<(.+?)>\(\))$")
+ line_re = re.compile(r"^.*(unsigned int (catalog|module)<(.+?)>\(\))$")
97
98
def read_file(filename):
99
with open(filename, "r") as f:
0 commit comments