We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed87cc9 commit 2ebf65fCopy full SHA for 2ebf65f
webgui-new/InstallReact.cmake
@@ -44,7 +44,7 @@ execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink ../webgui-new/out ${I
44
45
if (CMAKE_BUILD_TYPE STREQUAL "Release")
46
# Remove application source code in case of Release build
47
- file(REMOVE ${INSTALL_WEBROOT_REACT_DIR}/app)
+ file(REMOVE_RECURSE ${INSTALL_WEBROOT_REACT_DIR}/app)
48
endif()
49
50
message("Building React App finished.")
0 commit comments