Skip to content

Commit 099d638

Browse files
authored
Merge pull request #651 from oxidase/fixes
Some small fixes
2 parents fef6881 + fb3cc27 commit 099d638

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmake/get_cpm.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set(CPM_DOWNLOAD_VERSION 0.38.2)
1+
set(CPM_DOWNLOAD_VERSION 0.40.2)
22

33
if(CPM_SOURCE_CACHE)
44
set(CPM_DOWNLOAD_LOCATION

tools/gen_str_catalog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def stable_module_key(module: str):
9393

9494

9595
def read_input(filenames: list[str], stable_ids):
96-
line_re = re.compile(r"^.+?(unsigned int (catalog|module)<(.+?)>\(\))$")
96+
line_re = re.compile(r"^.*(unsigned int (catalog|module)<(.+?)>\(\))$")
9797

9898
def read_file(filename):
9999
with open(filename, "r") as f:

0 commit comments

Comments
 (0)