Skip to content

ctest dependencies (slightly) screwed up #31

@airwin1

Description

@airwin1

Here is how to replicate the issue:

#cd to the testing directory
mkdir build_dir
cd build_dir
cmake -DCMAKE_MODULE_PATH:PATH=<absolute path for working directory for git repository>/cmake-d ..
make all >& all.out
# grep for "Could" to cut down on size of error messages.
ctest --show-only |& grep Could

However, if I run ctest without the --show-only option first, then all is well and subsequent attempts to run "ctest --show-only" work without issues.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions