ECC-1433: Remove C++ experimental from CMakeLists.txt

This commit is contained in:
Eugen Betke 2023-06-13 11:26:38 +00:00
parent 3b52ef5203
commit cf4970987c
1 changed files with 0 additions and 14 deletions

View File

@ -61,20 +61,6 @@ foreach( tool ${test_c_bins} )
LIBS eccodes )
endforeach()
if( HAVE_EXPERIMENTAL_BUILD_WITH_CXX )
if( HAVE_AEC AND ENABLE_EXTRA_TESTS )
list(APPEND test_cpp_bins grib_ecc-1431)
list(APPEND test_cpp_bins grib_ecc-1433)
endif()
foreach( tool ${test_cpp_bins} )
# here we use the fact that each tool has only one C file that matches its name
ecbuild_add_executable( TARGET ${tool}
NOINSTALL
SOURCES ${tool}.cpp
LIBS eccodes )
endforeach()
endif()
# Now add each test (shell scripts)
#################################################