NWChemEx / NWChemEx/ParallelZone

Cereal's installed CMake target changed with v1.3.1

Open
#142 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C++
Stars
0
Forks
1
Avg merge
40m
Merged PRs (30d)
3

Description

Describe the Issue

Currently, we are pinned at cereal version 1.3.0 (CMakeLists.txt#L73), so technically this is not a problem yet.

In cereal v1.3.1, the installed CMake target name changed from cereal to cereal::cereal. If we want to update to a new version in the future, we will need to fix how we refer to cereal in cmaize_find_or_build_dependency(). It should be an easy fix - just change FIND_TARGET cereal to FIND_TARGET cereal::cereal (CMakeLists.txt#L75).

Related

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Read CMakeLists.txt around lines 73-75 and inspect how cmaize_find_or_build_dependency() uses FIND_TARGET for cereal. Update the target reference for cereal v1.3.1 compatibility, then verify the dependency configuration still resolves the installed cereal target.

Written by the indexing model from the issue text.

Assessment

Tech stack
cmake, cpp
Domain
build-system
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.