Skip to content

Commit

Permalink
COMP: Add file extension to itkImageSamplerGTest in add_executable call
Browse files Browse the repository at this point in the history
Fixed CMake Warning (dev) at Common/GTesting/CMakeLists.txt:1 (add_executable):
  Policy CMP0115 is not set: Source file extensions must be explicit.

Which appeared at https://my.cdash.org/index.php?project=elastix, specifically at https://my.cdash.org/build/2430735/configure
  • Loading branch information
N-Dekker committed Oct 27, 2023
1 parent c3b58c6 commit f64965f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common/GTesting/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ add_executable(CommonGTest
itkImageGridSamplerGTest.cxx
itkImageRandomCoordinateSamplerGTest.cxx
itkImageRandomSamplerGTest.cxx
itkImageSamplerGTest
itkImageSamplerGTest.cxx
itkParameterMapInterfaceTest.cxx
)

Expand Down

0 comments on commit f64965f

Please sign in to comment.