Fix formatting issues in cmake file

This commit is contained in:
Simon Walton 2019-12-10 09:46:35 -08:00
parent 10d3bdde74
commit 16b6c6305b

View file

@ -31,7 +31,6 @@ macro(TARGET_POLYVOX)
foreach(_lib ${_PV_LIBRARIES})
list(APPEND _LIB_GLOBS ${_lib}*)
endforeach()
message("_LIB_GLOBS=" ${_LIB_GLOBS})
add_custom_command(
TARGET ${TARGET_NAME}
POST_BUILD