Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Nov 28, 2023
1 parent 2f01ae6 commit eb660ad
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ cmake_minimum_required(VERSION 3.12...3.27)
## by CMake to describe packages (in Config*.cmake files) and FindACE requires CXX
project(robotology-superbuild LANGUAGES C CXX)

## Set CMP0094 to NEW
if(POLICY CMP0094)
cmake_policy(SET CMP0094 NEW)
endif()

# Disable in source build
if("${PROJECT_SOURCE_DIR}" STREQUAL "${PROJECT_BINARY_DIR}")
message(FATAL_ERROR "In-source builds of robotology-superbuild are not allowed. "
Expand Down

0 comments on commit eb660ad

Please sign in to comment.