Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit f79bdde

Browse files
committed
[CMake] sync submodule
1 parent 9e5c620 commit f79bdde

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ SET(PKG_CONFIG_ADDITIONAL_VARIABLES
2626
plugindir
2727
)
2828

29-
CMAKE_POLICY(SET CMP0048 OLD)
30-
PROJECT(${PROJECT_NAME} CXX)
29+
COMPUTE_PROJECT_ARGS(PROJECT_ARGS LANGUAGES CXX)
30+
PROJECT(${PROJECT_NAME} ${PROJECT_ARGS})
3131

3232
# Search for dependencies.
3333
ADD_REQUIRED_DEPENDENCY("pinocchio >= 2.0.0")

0 commit comments

Comments
 (0)