X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=CMakeLists.txt;h=f752a8eb1886e89310eb6e290f2a5165d36d3a90;hp=bcf4c18d30609fdc7aca45bcd04efb99a8266e20;hb=d96609a4397c89a01f7868e6615c9751486bde65;hpb=9703ae9a08d81e2e9be603b129753b48b1dbd51e diff --git a/CMakeLists.txt b/CMakeLists.txt index bcf4c18d306..f752a8eb188 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -138,16 +138,6 @@ else() #useful stuff! include(CMakeParseArguments) - # Do some cleanup - file(REMOVE - ${REACTOS_BINARY_DIR}/dependencies.graphml - ${REACTOS_BINARY_DIR}/boot/ros_livecd.txt - ${REACTOS_BINARY_DIR}/boot/ros_livecd_target.txt - ${REACTOS_BINARY_DIR}/boot/ros_minicd.txt - ${REACTOS_BINARY_DIR}/boot/ros_minicd_target.txt - ${REACTOS_BINARY_DIR}/boot/ros_cab.txt - ${REACTOS_BINARY_DIR}/boot/ros_cab_target.txt) - if(NOT NEW_STYLE_BUILD) if(NOT DEFINED REACTOS_BUILD_TOOLS_DIR) set(REACTOS_BUILD_TOOLS_DIR ${REACTOS_SOURCE_DIR}/build)