mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-02 02:51:42 +00:00
Removed gz_msgs from wpilibcSim
it's not directly required to link at this time, and if you want to use a different version of protobuf on the end-user's computer then linking their robot programs will fail Change-Id: I9ad7c07a17b7a332b4027adbe71be605e415bc2d
This commit is contained in:
@@ -2,8 +2,6 @@ cmake_minimum_required(VERSION 2.8)
|
||||
cmake_policy(SET CMP0015 NEW)
|
||||
project(wpilibcSim)
|
||||
|
||||
get_filename_component(HAL_API_INCLUDES ../../hal/include REALPATH)
|
||||
|
||||
file(GLOB_RECURSE COM_SRC_FILES ../shared/src/*.cpp
|
||||
src/*.cpp)
|
||||
|
||||
@@ -21,7 +19,7 @@ link_directories(${NTCORE_LIBDIR})
|
||||
|
||||
add_library(${PROJECT_NAME} SHARED ${SRC_FILES} ${COM_SRC_FILES})
|
||||
|
||||
target_link_libraries(${PROJECT_NAME} gz_msgs ntcore)
|
||||
target_link_libraries(${PROJECT_NAME} ntcore)
|
||||
|
||||
set_target_properties(${PROJECT_NAME}
|
||||
PROPERTIES
|
||||
|
||||
Reference in New Issue
Block a user