We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 620b26a commit be4b2b5Copy full SHA for be4b2b5
1 file changed
obelisk/cpp/obelisk_cpp/include/obelisk_mujoco_sim_robot.h
@@ -1,7 +1,7 @@
1
#ifndef OBELISK_MUJOCO_SIM_ROBOT_H
2
#define OBELISK_MUJOCO_SIM_ROBOT_H
3
4
-// #ifdef OBELISK_USE_MUJOCO
+#ifdef OBELISK_USE_MUJOCO
5
6
#pragma once
7
@@ -1494,4 +1494,4 @@ namespace obelisk {
1494
// #error "Mujoco support is disabled. Build with USE_MUJOCO=ON to use this header."
1495
#endif
1496
1497
-// #endif
+#endif
0 commit comments