mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 09:13:01 +00:00
[CABMAN] Ensure we are minimally building with c++11
This commit is contained in:
parent
63f3275d15
commit
9bd9c9d5a4
1 changed files with 1 additions and 0 deletions
|
@ -17,3 +17,4 @@ list(APPEND SOURCE
|
||||||
|
|
||||||
add_host_tool(cabman ${SOURCE})
|
add_host_tool(cabman ${SOURCE})
|
||||||
target_link_libraries(cabman PRIVATE host_includes zlibhost)
|
target_link_libraries(cabman PRIVATE host_includes zlibhost)
|
||||||
|
set_property(TARGET cabman PROPERTY CXX_STANDARD 11)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue