We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there,
I'm trying to build Trilinos and it fails with an error on Sundance:
Processing enabled package: Sundance (Libs, Tests, Examples) adding Playa/src -- DEPLIBS='' adding Playa/tests CMake Error at packages/Sundance/cmake/AddTestBatch.cmake:8 (PARSE_ARGUMENTS): Unknown CMake command "PARSE_ARGUMENTS". Call Stack (most recent call first): packages/Sundance/Playa/tests/Operator/CMakeLists.txt:20 (ADD_TEST_BATCH)
It seems to me that the PARSE_ARGUMENTS macro should be replaced with CMAKE_PARSE_ARGUMENTS?
Best Greetings
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there,
I'm trying to build Trilinos and it fails with an error on Sundance:
Processing enabled package: Sundance (Libs, Tests, Examples)
adding Playa/src
-- DEPLIBS=''
adding Playa/tests
CMake Error at packages/Sundance/cmake/AddTestBatch.cmake:8 (PARSE_ARGUMENTS):
Unknown CMake command "PARSE_ARGUMENTS".
Call Stack (most recent call first):
packages/Sundance/Playa/tests/Operator/CMakeLists.txt:20 (ADD_TEST_BATCH)
It seems to me that the PARSE_ARGUMENTS macro should be replaced with CMAKE_PARSE_ARGUMENTS?
Best Greetings
The text was updated successfully, but these errors were encountered: