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

Typo may affect CMake build system tests #1517

Closed
zao opened this issue May 16, 2015 · 0 comments
Closed

Typo may affect CMake build system tests #1517

zao opened this issue May 16, 2015 · 0 comments

Comments

@zao
Copy link
Contributor

zao commented May 16, 2015

In

set(build_systems ${build_sytems} pkgconfig)

set(build_systems cmake)
if(NOT CMAKE_TOOLCHAIN_FILE)
  set(build_systems ${build_sytems} pkgconfig)
endif()

The typo is build_sytems, causing the cmake one to be forgotten for add_hpx_pseudo_target and add_hpx_pseudo_dependencies.

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