Skip to content

Commit a1f205c

Browse files
authored
Cleanup build instructions (#41)
1 parent 7c0e753 commit a1f205c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lib/mujoco_vendor/CMakeLists.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
cmake_minimum_required(VERSION 3.16)
22
project(mujoco_vendor)
33

4-
if(BUILD_HOST_YOCTO)
5-
message("Building for ONEX OS, skipping mujoco_vendor")
6-
find_package(ament_cmake REQUIRED)
7-
ament_package()
8-
return()
9-
endif()
10-
114
find_package(ament_cmake REQUIRED)
125

136
include(ExternalProject)

0 commit comments

Comments
 (0)