File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,6 @@ list(REMOVE_ITEM wpimath_native_src ${wpimath_jni_src})
204
204
205
205
set (CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS TRUE )
206
206
add_library (wpimathproto ${WPIMATH_PROTO_SRCS} )
207
- install (TARGETS wpimathproto EXPORT wpimathproto )
208
207
set (CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS FALSE )
209
208
add_library (wpimath ${wpimath_native_src} )
210
209
set (CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS TRUE )
@@ -253,7 +252,7 @@ target_include_directories(
253
252
$< INSTALL_INTERFACE:${include_dest} /wpimath>
254
253
)
255
254
256
- install (TARGETS wpimath EXPORT wpimath )
255
+ install (TARGETS wpimath wpimathproto EXPORT wpimath )
257
256
258
257
configure_file (wpimath-config.cmake.in ${WPILIB_BINARY_DIR} /wpimath-config.cmake )
259
258
install (FILES ${WPILIB_BINARY_DIR} /wpimath-config.cmake DESTINATION share/wpimath )
You can’t perform that action at this time.
0 commit comments