Skip to content

Commit 9d93442

Browse files
krystian-andrzejewskiigcbot
authored andcommitted
Do not remove BiF module prebuilt stamp files
This change is to avoid redundant recompilations if cmake files are updated.
1 parent fcbc859 commit 9d93442

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

IGC/BiFModule/cmake/BiFModuleCache.cmake

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ if(NOT EXISTS ${IGC_BUILD__BIF_ROOT_DIR})
2222
file(MAKE_DIRECTORY ${IGC_BUILD__BIF_ROOT_DIR})
2323
endif()
2424

25-
file(REMOVE ${BiFModule_SRC_SHA_PATH})
26-
file(REMOVE ${BiFModule_Init})
27-
2825
add_custom_command(
2926
OUTPUT ${BiFModule_Init}
3027
COMMAND ${CMAKE_COMMAND}

0 commit comments

Comments
 (0)