Skip to content

Commit be4b2b5

Browse files
committed
put the ifdef that I commented out back
1 parent 620b26a commit be4b2b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

obelisk/cpp/obelisk_cpp/include/obelisk_mujoco_sim_robot.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef OBELISK_MUJOCO_SIM_ROBOT_H
22
#define OBELISK_MUJOCO_SIM_ROBOT_H
33

4-
// #ifdef OBELISK_USE_MUJOCO
4+
#ifdef OBELISK_USE_MUJOCO
55

66
#pragma once
77

@@ -1494,4 +1494,4 @@ namespace obelisk {
14941494
// #error "Mujoco support is disabled. Build with USE_MUJOCO=ON to use this header."
14951495
#endif
14961496

1497-
// #endif
1497+
#endif

0 commit comments

Comments
 (0)