mirror of https://github.com/CGAL/cgal
remove flags in CI
This commit is contained in:
parent
2ed89ef35e
commit
27ddd9bf86
|
|
@ -1077,6 +1077,7 @@ You must disable CGAL_ENABLE_CHECK_HEADERS.")
|
||||||
endif()
|
endif()
|
||||||
list(SORT list_of_documented_headers)
|
list(SORT list_of_documented_headers)
|
||||||
list(REMOVE_DUPLICATES list_of_documented_headers)
|
list(REMOVE_DUPLICATES list_of_documented_headers)
|
||||||
|
|
||||||
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/list_of_whitelisted_headers.cmake
|
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/list_of_whitelisted_headers.cmake
|
||||||
OPTIONAL RESULT_VARIABLE has_list_of_whitelisted_headers)
|
OPTIONAL RESULT_VARIABLE has_list_of_whitelisted_headers)
|
||||||
message("list_of_whitelisted_headers: ${list_of_whitelisted_headers}")
|
message("list_of_whitelisted_headers: ${list_of_whitelisted_headers}")
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@ do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
cmake -DCGAL_HEADER_ONLY=FALSE -DCGAL_BUILD_THREE_DOC=TRUE -DCGAL_ENABLE_CHECK_HEADERS=TRUE -DDOXYGEN_EXECUTABLE="$DOX_PATH" -DCGAL_COPY_DEPENDENCIES=TRUE -DCMAKE_CXX_FLAGS="-std=c++1y" ..
|
cmake -DCGAL_ENABLE_CHECK_HEADERS=TRUE -DDOXYGEN_EXECUTABLE="$DOX_PATH" -DCGAL_COPY_DEPENDENCIES=TRUE -DCMAKE_CXX_FLAGS="-std=c++1y" ..
|
||||||
if [ -n "$DO_CHECK_HEADERS" ]; then
|
if [ -n "$DO_CHECK_HEADERS" ]; then
|
||||||
make -j$(nproc --all) -k check_headers
|
make -j$(nproc --all) -k check_headers
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue