Skip to content

Commit

Permalink
bugfix for ctest
Browse files Browse the repository at this point in the history
it is able now to load the modules but fails to load the data because
 it picks the wrong directory
  • Loading branch information
paskino committed Feb 9, 2018
1 parent cb36a75 commit f255b45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion SuperBuild.cmake
Expand Up @@ -209,4 +209,4 @@ configure_file(env_ccppetmr.csh.in ${CCPPETMR_INSTALL}/bin/env_ccppetmr.csh)
enable_testing()
add_test(NAME SIRF_TESTS
COMMAND ${CMAKE_CTEST_COMMAND} -C $<CONFIGURATION>
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/Build/SIRF/)
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/builds/SIRF/build/)
2 changes: 2 additions & 0 deletions SuperBuild/External_Armadillo.cmake
@@ -1,7 +1,9 @@
#========================================================================
# Author: Benjamin A Thomas
# Author: Kris Thielemans
# Author: Edoardo Pasca
# Copyright 2017 University College London
# Copyright 2017 Science Technology Facilities Council
#
# This file is part of the CCP PETMR Synergistic Image Reconstruction Framework (SIRF) SuperBuild.
#
Expand Down

0 comments on commit f255b45

Please sign in to comment.