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

fix CMake error #941

Merged
merged 1 commit into from
Mar 3, 2020
Merged

Conversation

psychocoderHPC
Copy link
Member

CMake Error at cmake/alpakaCommon.cmake:498 (if):
  if given arguments:

    "(" "STREQUAL" "Debug" ")" "OR" "(" "STREQUAL" "RelWithDebInfo" ")"

  Unknown arguments specified
Call Stack (most recent call first):
  CMakeLists.txt:75 (include)

-- Configuring incomplete, errors occurred!

This bug was already fixed at some places during the cmake refactoring #921 https://github.com/ComputationalRadiationPhysics/alpaka/pull/921#pullrequestreview-364739699 but was missed in a few places.

```
CMake Error at cmake/alpakaCommon.cmake:498 (if):
  if given arguments:

    "(" "STREQUAL" "Debug" ")" "OR" "(" "STREQUAL" "RelWithDebInfo" ")"

  Unknown arguments specified
Call Stack (most recent call first):
  CMakeLists.txt:75 (include)

-- Configuring incomplete, errors occurred!
```
@BenjaminW3 BenjaminW3 merged commit d56d352 into alpaka-group:develop Mar 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants