Skip to content

Commit

Permalink
Fix PROPERTIES in ecbuild_add_test
Browse files Browse the repository at this point in the history
  • Loading branch information
tweska committed Jan 8, 2025
1 parent 23c94e7 commit a37a37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/ecbuild_add_test.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ function( ecbuild_add_test )

# Set custom properties
if( DEFINED _PAR_PROPERTIES )
set_target_properties( ${_PAR_TARGET} PROPERTIES ${_PAR_PROPERTIES} )
set_tests_properties( ${_PAR_TARGET} PROPERTIES ${_PAR_PROPERTIES} )
endif()

# get test data
Expand Down

0 comments on commit a37a37e

Please sign in to comment.