Skip to content

Commit

Permalink
Move auxiliary cmake scripts into cmake subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianbroher committed Mar 8, 2016
1 parent 0ee3509 commit 05ebb9b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -476,10 +476,10 @@ ExternalProject_Add(boost
ExternalProject_Add_Step(boost
copyDLL
DEPENDEES install
COMMAND ${CMAKE_COMMAND} -P ${CMAKE_SOURCE_DIR}/CopyFiles.cmake --
COMMAND ${CMAKE_COMMAND} -P ${CMAKE_SOURCE_DIR}/cmake/CopyFiles.cmake --
<INSTALL_DIR>/lib/*.dll
${SDK_INSTALL_DIR}/bin/
COMMAND ${CMAKE_COMMAND} -P ${CMAKE_SOURCE_DIR}/DeleteFiles.cmake --
COMMAND ${CMAKE_COMMAND} -P ${CMAKE_SOURCE_DIR}/cmake/DeleteFiles.cmake --
<INSTALL_DIR>/lib/*.dll
COMMENT "Copy boost dll files into SDK bin directory"
)
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 05ebb9b

Please sign in to comment.