git-svn-id: https://subversion.assembla.com/svn/qmcdev/trunk@6696 e5b18d87-469d-4833-9cc0-8cdfa06e9491
This commit is contained in:
Paul Kent 2016-01-21 20:45:52 +00:00
parent bd0dd67362
commit 414eade1c2
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ ENDIF()
# Check that we specified the build type to run # Check that we specified the build type to run
SET( USE_MATLAB 1 ) SET( USE_MATLAB 1 )
SET( CTEST_BUILD_NAME "${ENV{QMCPACK_TEST_SUBMIT_NAME}}" ) SET( CTEST_BUILD_NAME "$ENV{QMCPACK_TEST_SUBMIT_NAME}" )
IF ( NOT CTEST_BUILD_NAME ) IF ( NOT CTEST_BUILD_NAME )
SET( CTEST_BUILD_NAME "QMCPACK_TEST_SUBMIT_NAME-unset" ) SET( CTEST_BUILD_NAME "QMCPACK_TEST_SUBMIT_NAME-unset" )
ENDIF() ENDIF()