Skip to content
This repository was archived by the owner on Nov 15, 2025. It is now read-only.
This repository was archived by the owner on Nov 15, 2025. It is now read-only.

Disabling MPI Causes Configuration Error in Unit Test #43

@hyoklee

Description

@hyoklee

Although I disable MPI with cmake -DBUILD_MPI_TESTS:BOOL=OFF -B build .,
I get the following error message when I configure the project:

CMake Error at test/unit/boost/CMakeLists.txt:13 (target_link_libraries):
  Target "test_boost_exec" links to:

    MPI::MPI_CXX

  but the target was not found.

Metadata

Metadata

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions