Skip to content

Commit

Permalink
remove unnecessary install block from CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangwei217245 committed Mar 7, 2023
1 parent a5c347a commit 9cf74d2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/server/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ add_executable(pdc_server.exe
${PDC_SOURCE_DIR}/src/api/pdc_analysis/pdc_hist_pkg.c
)

install(
TARGETS
pdc_server.exe
DESTINATION ${PDC_INSTALL_BIN_DIR}
)
#install(
# TARGETS
# pdc_server.exe
# DESTINATION ${PDC_INSTALL_BIN_DIR}
#)

if(NOT ${PDC_INSTALL_BIN_DIR} MATCHES ${PROJECT_BINARY_DIR}/bin)
install(
Expand Down

0 comments on commit 9cf74d2

Please sign in to comment.