From bac7c694bc6e9a2989b6d7ca19741b5adc4c86f9 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Sun, 11 Sep 2016 11:24:30 +0200 Subject: [PATCH] Restore the creation of --- Installation/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) 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)