Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing gcem target when using externally #120

Merged
merged 1 commit into from
Aug 23, 2021
Merged

Conversation

riffard
Copy link
Collaborator

@riffard riffard commented Aug 23, 2021

This commit fixes gcem target not being configure when using externally.
The error happened at the level of the cmake configuration:

CMake Error at CMakeLists.txt:5 (find_package):
  Found package configuration file:

    ....../lib64/cmake/NEST/NESTConfig.cmake

  but it set NEST_FOUND to FALSE so package "NEST" is considered to be NOT
  FOUND.  Reason given by package:

  The following imported targets are referenced, but are missing: gcem

This commit fixes gcem target not being configure when using externally. 
The error happened at the level of the cmake configuration: 

```
CMake Error at CMakeLists.txt:5 (find_package):
  Found package configuration file:

    ....../lib64/cmake/NEST/NESTConfig.cmake

  but it set NEST_FOUND to FALSE so package "NEST" is considered to be NOT
  FOUND.  Reason given by package:

  The following imported targets are referenced, but are missing: gcem

```
@riffard riffard requested a review from mszydagis August 23, 2021 22:29
@riffard riffard linked an issue Aug 23, 2021 that may be closed by this pull request
@mszydagis mszydagis merged commit d4fc92c into master Aug 23, 2021
@mszydagis mszydagis deleted the riffard-patch-1 branch August 23, 2021 23:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issues with gcem target when using externally
2 participants