diff --git a/Installation/CMakeLists.txt b/Installation/CMakeLists.txt index 9da67b6f09f..61045cd8133 100644 --- a/Installation/CMakeLists.txt +++ b/Installation/CMakeLists.txt @@ -708,9 +708,6 @@ list(SORT all_config_tests) file(WRITE ${CMAKE_BINARY_DIR}/include/CGAL/compiler_config.h "//\n// compiler_config.h is included by CGAL headers to load the needed compiler settings.\n//\n// DO NOT EDIT compiler_config.h. It is generated by CMake.\n//\n\n") foreach(config_test_cpp ${all_config_tests}) - message(Skipped) - break() #@TODO - # Test's name is .cpp's base name get_filename_component(config_test_name ${config_test_cpp} NAME_WE)