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

cmake warns: "tests.regressions.actions" does not exist #1165

Closed
eschnett opened this issue Jun 23, 2014 · 11 comments
Closed

cmake warns: "tests.regressions.actions" does not exist #1165

eschnett opened this issue Jun 23, 2014 · 11 comments

Comments

@eschnett
Copy link
Contributor

CMake Warning (dev) at cmake/HPX_AddPseudoDependencies.cmake:11 (add_dependencies):
  Policy CMP0046 is not set: Error on non-existent dependency in
  add_dependencies.  Run "cmake --help-policy CMP0046" for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  The dependency target "action_move_semantics" of target
  "tests.regressions.actions" does not exist.
Call Stack (most recent call first):
  tests/regressions/actions/components/CMakeLists.txt:10 (add_hpx_pseudo_dependencies)
@hkaiser hkaiser added this to the 0.9.9 milestone Jun 23, 2014
@hkaiser
Copy link
Member

hkaiser commented Jun 23, 2014

I'm not seeing this warning. What version of cmake do you use?

@eschnett
Copy link
Contributor Author

This is cmake 3.0.0, building on OS X. The warning is new; it did not appear with older versions of cmake. The build seems to work fine even with this warning.

@hkaiser
Copy link
Member

hkaiser commented Jun 23, 2014

I'm using cmake 3.0.0 here as well and don't see the warning :/
Can you post your CMakeCache.txt somewhere, please?

@hkaiser
Copy link
Member

hkaiser commented Jun 23, 2014

Also, could you add -DHPX_CMAKE_LOGLEVEL=Debug to the cmake command line and post the logs?

@eschnett
Copy link
Contributor Author

@hkaiser
Copy link
Member

hkaiser commented Jun 23, 2014

Could you update from master and regenerate the configure output, please (I added more debug output there)?

@eschnett
Copy link
Contributor Author

Done.

@eschnett
Copy link
Contributor Author

I updated the gists again.

@eschnett
Copy link
Contributor Author

Updated. Again.

@hkaiser
Copy link
Member

hkaiser commented Jun 25, 2014

Thanks, that helped. Could you verify that the warning is gone now, please?

@eschnett
Copy link
Contributor Author

The warning is now gone.

@hkaiser hkaiser closed this as completed Jun 26, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants