Skip to content

Commit

Permalink
remove old comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nam20485 committed Oct 17, 2023
1 parent ded9838 commit 0f10866
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions OdbDesignServer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,3 @@ set_target_properties(Crow::Crow PROPERTIES INTERFACE_COMPILE_DEFINITIONS "${_CR

# link to OdbDesign library
target_link_libraries(OdbDesignServer PRIVATE OdbDesign)

# if (NOT CI)
# # TODO: add POST_BUILD commands for Linux (dest. directory will be ${CMAKE_CURRENT_BINARY_DIR})
# # copy templates directory to output directory
# add_custom_command(
# TARGET OdbDesignServer POST_BUILD
# COMMAND ${CMAKE_COMMAND} -E copy_directory
# ${CMAKE_SOURCE_DIR}/OdbDesignServer/templates
# #${CMAKE_CURRENT_BINARY_DIR}/templates)
# ${PROJECT_BINARY_DIR}/templates)

# # copy designs directory to output directory
# add_custom_command(
# TARGET OdbDesignServer POST_BUILD
# COMMAND ${CMAKE_COMMAND} -E copy_directory
# ${CMAKE_SOURCE_DIR}/OdbDesignServer/designs
# #${CMAKE_CURRENT_BINARY_DIR}/designs)
# ${PROJECT_BINARY_DIR}/designs)
# endif()

0 comments on commit 0f10866

Please sign in to comment.