Skip to content

Commit

Permalink
Remove unneeded quotes around args (TriBITSPub#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlettroscoe committed Sep 21, 2023
1 parent 5eae2ca commit e507636
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/core/ExamplesUnitTests/TribitsExampleProject2_Tests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -567,8 +567,8 @@ function(TribitsExampleProject2_find_package sharedOrStatic package1TribitsOrR
if (package1TribitsOrRawCMake STREQUAL "PACKAGE1_USE_RAW_CMAKE")
if (package1UseTribitsTestFunctions STREQUAL "PACKAGE1_USE_TRIBITS_TEST_FUNCS")
list(APPEND package1UseRawCMakeArgs
"-D Package1_USE_TRIBITS_TEST_FUNCTIONS=TRUE"
"-D Package1_TRACE_ADD_TEST=TRUE" )
-D Package1_USE_TRIBITS_TEST_FUNCTIONS=TRUE
-D Package1_TRACE_ADD_TEST=TRUE )
string(APPEND testNameSuffix "_${package1UseTribitsTestFunctions}" )
list(APPEND package1ConfigRegex
"Using TriBITS Test Functions in raw CMake Package1 build"
Expand Down Expand Up @@ -1220,9 +1220,9 @@ function(TribitsExampleProject2_External_RawPackage1_PBP

if (package1UseTribitsTestFunctions STREQUAL "PACKAGE1_USE_TRIBITS_TEST_FUNCS")
set(package1UseTribitsTestFunctionsArgs
"-D Package1_USE_TRIBITS_TEST_FUNCTIONS=TRUE"
"-D Package1_TRIBITS_DIR=${${PROJECT_NAME}_TRIBITS_DIR}"
"-D Package1_TRACE_ADD_TEST=TRUE" )
-D Package1_USE_TRIBITS_TEST_FUNCTIONS=TRUE
-D "Package1_TRIBITS_DIR=${${PROJECT_NAME}_TRIBITS_DIR}"
-D Package1_TRACE_ADD_TEST=TRUE )
string(APPEND testNameSuffix "_${package1UseTribitsTestFunctions}" )
set(package1ConfigRegex
"Using TriBITS Test Functions in raw CMake Package1 build"
Expand Down

0 comments on commit e507636

Please sign in to comment.