Skip to content

Commit

Permalink
[CMakeLists.txt] Removed find_package(.) causing issues with compilat…
Browse files Browse the repository at this point in the history
…ion on Ubuntu and weren't necessary anywhere else.
  • Loading branch information
Murilo M. Marinho committed Nov 26, 2024
1 parent f6d5443 commit 7f965ae
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

#COPPELIASIM INTERFACE
find_package(cppzmq REQUIRED)
find_package(ZeroMQ REQUIRED)
find_package(Boost REQUIRED)
add_definitions(-DSIM_REMOTEAPICLIENT_OBJECTS)

#VREP INTERFACE
Expand Down

0 comments on commit 7f965ae

Please sign in to comment.