mirror of
https://github.com/reactos/reactos.git
synced 2024-11-23 11:33:31 +08:00
[CABMAN] Ensure we are minimally building with c++11
This commit is contained in:
parent
63f3275d15
commit
9bd9c9d5a4
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user