File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,6 @@ ExternalProject_Add(
47
47
-DCMAKE_INSTALL_LIBDIR:PATH=${SNAPPY_INSTALL_DIR}/lib
48
48
-DCMAKE_POSITION_INDEPENDENT_CODE:BOOL=ON
49
49
-DCMAKE_BUILD_TYPE:STRING=${THIRD_PARTY_BUILD_TYPE}
50
- BUILD_COMMAND make -j8
51
- INSTALL_COMMAND make install
52
50
)
53
51
54
52
add_library (snappy STATIC IMPORTED GLOBAL )
Original file line number Diff line number Diff line change @@ -46,8 +46,6 @@ ExternalProject_Add(
46
46
-DCMAKE_INSTALL_PREFIX:PATH=${SNAPPYSTREAM_INSTALL_DIR}
47
47
-DCMAKE_INSTALL_LIBDIR:PATH=${SNAPPYSTREAM_INSTALL_DIR}/lib
48
48
-DCMAKE_BUILD_TYPE:STRING=${THIRD_PARTY_BUILD_TYPE}
49
- BUILD_COMMAND make -j8
50
- INSTALL_COMMAND make install
51
49
DEPENDS snappy
52
50
)
53
51
Original file line number Diff line number Diff line change 1
- proto_library (profiler_proto SRCS profiler.proto )
1
+ proto_library (profiler_proto SRCS profiler.proto DEPS framework_proto )
2
2
py_proto_compile (profiler_py_proto SRCS profiler.proto )
3
3
4
4
add_custom_target (profiler_py_proto_init ALL COMMAND ${CMAKE_COMMAND} -E touch __init__.py )
You can’t perform that action at this time.
0 commit comments