Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmake/get_cpm.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(CPM_DOWNLOAD_VERSION 0.38.2)
set(CPM_DOWNLOAD_VERSION 0.40.2)

if(CPM_SOURCE_CACHE)
set(CPM_DOWNLOAD_LOCATION
Expand Down
2 changes: 1 addition & 1 deletion tools/gen_str_catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def stable_module_key(module: str):


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

def read_file(filename):
with open(filename, "r") as f:
Expand Down
Loading