We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a51fa6 commit 985c44fCopy full SHA for 985c44f
sysadmin-api/CMakeLists.txt
@@ -13,6 +13,7 @@ protobuf_generate_python(PROTO_PYS ${PROTO_FILES})
13
14
# "link" python files so they get generated (they don't actually get linked)
15
add_library(sysadmin-api STATIC ${PROTO_SRCS} ${PROTO_PYS})
16
+set_property(TARGET sysadmin-api PROPERTY CXX_STANDARD 11)
17
target_link_libraries(sysadmin-api INTERFACE ${PROTOBUF_LIBRARIES})
18
target_include_directories(sysadmin-api INTERFACE ${CMAKE_BINARY_DIR})
19
link_directories(${CMAKE_CURRENT_BINARY_DIR})
0 commit comments