randomgen: consolidate CMAKE_EXPORT_COMPILE_COMMANDS

This commit is contained in:
Roland Conybeare 2023-09-27 18:23:57 -04:00
commit 5972be91da

View file

@ -35,9 +35,6 @@ set(PROJECT_CXX_FLAGS "")
add_definitions(${PROJECT_CXX_FLAGS})
# always write compile_commands.json
set(CMAKE_EXPORT_COMPILE_COMMANDS ON CACHE INTERNAL "")
xo_toplevel_compile_options()
# ----------------------------------------------------------------