Skip to content

Commit

Permalink
Fix cmake bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
ldowen committed Dec 17, 2024
1 parent e787c7a commit 4b986f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmake/SetupSpheral.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,9 @@ endif()
# Build C++ tests and install tests to install directory
#-------------------------------------------------------------------------------
if (ENABLE_TESTS)
spheral_install_python_tests(${SPHERAL_ROOT_DIR}/tests ${SPHERAL_TEST_INSTALL_PREFIX})
spheral_install_python_tests(${SPHERAL_ROOT_DIR}/tests/ ${SPHERAL_TEST_INSTALL_PREFIX})
# Always install performance.py in the top of the testing script
install(FILES ${SPHERAL_ROOT_DIR}/tests/performance.py
USE_SOURCE_PERMISSIONS
DESTINATION ${CMAKE_INSTALL_PREFIX}/tests)
endif()

Expand Down

0 comments on commit 4b986f3

Please sign in to comment.