Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

Commit

Permalink
remove cmake_minimum_required from lef/def as no longer submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
maliberty committed Dec 4, 2020
1 parent 0de5fe3 commit ef0bff1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/def/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ project(DEF_PARSER
LANGUAGES CXX
)

cmake_minimum_required(VERSION 3.1)

set(DEFLIB_HOME ${CMAKE_CURRENT_SOURCE_DIR})

# BISON and ZLIB is required to compile DEF/LEF Parsers.
Expand Down
2 changes: 0 additions & 2 deletions src/lef/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ project(LEF_PARSER
LANGUAGES CXX
)

cmake_minimum_required(VERSION 2.6)

set(LEFLIB_HOME ${CMAKE_CURRENT_SOURCE_DIR})
message(STATUS "leflib_home: ${LEFLIB_HOME}")

Expand Down

0 comments on commit ef0bff1

Please sign in to comment.