Fix CMake warning

This commit is contained in:
Vikram Rajkumar 2014-07-05 19:42:14 -04:00
parent 49cbe600f9
commit 9b8c71562c

View file

@ -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})