Restore the creation of <CGAL/compiled_config.h>

This commit is contained in:
Laurent Rineau 2016-09-11 11:24:30 +02:00
parent 98156dc1a7
commit bac7c694bc
1 changed files with 0 additions and 3 deletions

View File

@ -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)