Fix CMake warning
This commit is contained in:
parent
49cbe600f9
commit
9b8c71562c
1 changed files with 4 additions and 4 deletions
8
vendor/easylzma/src/CMakeLists.txt
vendored
8
vendor/easylzma/src/CMakeLists.txt
vendored
|
|
@ -52,8 +52,8 @@ ENDIF (APPLE)
|
||||||
|
|
||||||
### copy the two required headers into our output dir as a post build step
|
### copy the two required headers into our output dir as a post build step
|
||||||
# copy public headers to output directory
|
# copy public headers to output directory
|
||||||
FOREACH (header ${PUB_HDRS})
|
#FOREACH (header ${PUB_HDRS})
|
||||||
# preserve relative pathing
|
# preserve relative pathing
|
||||||
ADD_CUSTOM_COMMAND(TARGET easylzma_s POST_BUILD
|
#ADD_CUSTOM_COMMAND(TARGET easylzma_s POST_BUILD
|
||||||
COMMAND ${CMAKE_COMMAND} -E copy_if_different ${header} ${incDir})
|
#COMMAND ${CMAKE_COMMAND} -E copy_if_different ${header} ${incDir})
|
||||||
ENDFOREACH (header ${PUB_HDRS})
|
#ENDFOREACH (header ${PUB_HDRS})
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue