[CABMAN] Ensure we are minimally building with c++11

This commit is contained in:
Mark Jansen 2020-09-03 18:13:21 +02:00
parent 63f3275d15
commit 9bd9c9d5a4
No known key found for this signature in database
GPG Key ID: B39240EE84BEAE8B

View File

@ -17,3 +17,4 @@ list(APPEND SOURCE
add_host_tool(cabman ${SOURCE})
target_link_libraries(cabman PRIVATE host_includes zlibhost)
set_property(TARGET cabman PROPERTY CXX_STANDARD 11)