Skip to content

Commit 7f965ae

Browse files
author
Murilo M. Marinho
committed
[CMakeLists.txt] Removed find_package(.) causing issues with compilation on Ubuntu and weren't necessary anywhere else.
1 parent f6d5443 commit 7f965ae

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ set(CMAKE_CXX_STANDARD 17)
1010
set(CMAKE_CXX_STANDARD_REQUIRED ON)
1111

1212
#COPPELIASIM INTERFACE
13-
find_package(cppzmq REQUIRED)
14-
find_package(ZeroMQ REQUIRED)
15-
find_package(Boost REQUIRED)
1613
add_definitions(-DSIM_REMOTEAPICLIENT_OBJECTS)
1714

1815
#VREP INTERFACE

0 commit comments

Comments
 (0)