Skip to content

Commit 47517dc

Browse files
committed
remove searching non-existent files
1 parent c75a00c commit 47517dc

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

CMakeLists.txt

-7
Original file line numberDiff line numberDiff line change
@@ -341,13 +341,6 @@ if (INSTALL_CMAPLE)
341341
# FILES_MATCHING # install only matched files
342342
# PATTERN "*.h" # select header files
343343
#)
344-
345-
if (WIN32)
346-
install (FILES "${BINARY_DIR}/cmaple${EXE_SUFFIX}-click.exe" DESTINATION bin)
347-
if (USE_CMAPLE_AA)
348-
install (FILES "${BINARY_DIR}/cmaple-aa${EXE_SUFFIX}-click.exe" DESTINATION bin)
349-
endif()
350-
endif()
351344
endif()
352345

353346
##############################################################

0 commit comments

Comments
 (0)