mirror of https://github.com/CGAL/cgal
Restore the creation of <CGAL/compiled_config.h>
This commit is contained in:
parent
98156dc1a7
commit
bac7c694bc
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue