Fixed older cmake versions... while breaking cross-platform compatibility :-(
This commit is contained in:
parent
907d48b7e5
commit
714a11eebd
1 changed files with 2 additions and 2 deletions
|
@ -196,8 +196,8 @@ add_custom_command(TARGET mist
|
|||
POST_BUILD
|
||||
COMMAND ${CMAKE_COMMAND}
|
||||
ARGS -E make_directory ${BINARY_DIR}/mist
|
||||
COMMAND ${CMAKE_COMMAND}
|
||||
ARGS -E copy_if_different ${libHeaders} ${BINARY_DIR}/mist
|
||||
COMMAND cp
|
||||
ARGS -a ${libHeaders} ${BINARY_DIR}/mist
|
||||
DEPENDS ${libHeaders}
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue