Skip to content

Commit c70c621

Browse files
authored
Merge pull request #64 from utn-mi/krack/build_system
Build system fixes
2 parents 1da4c8d + e8932bb commit c70c621

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.16)
1+
cmake_minimum_required(VERSION 3.19)
22

33
project(
44
rcs

src/pybind/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ target_compile_definitions(_core PRIVATE VERSION_INFO=${PROJECT_VERSION})
44

55
set_target_properties(_core PROPERTIES
66
INSTALL_RPATH "$ORIGIN;${MUJOCO_DIR}"
7+
INTERPROCEDURAL_OPTIMIZATION TRUE
78
)
89
install(TARGETS _core franka DESTINATION rcsss COMPONENT python_package)

0 commit comments

Comments
 (0)