Skip to content

Commit

Permalink
Remove support for the old BDE build system
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrm456 authored Feb 23, 2024
1 parent 008d7e2 commit d87f42a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 190 deletions.
7 changes: 0 additions & 7 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,6 @@ project(

include(CTest)

include(bde_workspace OPTIONAL RESULT_VARIABLE bde_workspace_path)
if (NOT "${bde_workspace_path}" STREQUAL "NOTFOUND")
message(STATUS "Processing BDE workspace")
bde_process_workspace(${CMAKE_CURRENT_LIST_DIR})
return()
endif()

if (BBS_BUILD_SYSTEM)
find_package(BdeBuildSystem)
if (${BdeBuildSystem_FOUND})
Expand Down
183 changes: 0 additions & 183 deletions project.cmake

This file was deleted.

0 comments on commit d87f42a

Please sign in to comment.