Skip to content

Commit

Permalink
ergocub-modes subproject does not require any language compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Nov 19, 2024
1 parent 87426c7 commit 9c8f270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion urdf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Detect if we are doing a standalone build of the ergocub-models
if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
cmake_minimum_required(VERSION 3.22.1)
project(ergocub-models)
project(ergocub-models LANGUAGES NONE)
set(BUILD_PREFIX "ergoCub")
include(GNUInstallDirs)
endif()
Expand Down

0 comments on commit 9c8f270

Please sign in to comment.