Opened 6 years ago

Closed 6 years ago

#895 closed defect (fixed)

Not all CMake files included in tar ball

Reported by: robe Owned by: robe
Priority: blocker Milestone: 3.7.0
Component: Build/Install (cmake) Version: main
Severity: Unassigned Keywords:
Cc:

Description

I thought I had checked this but guess I missed it.

When building from tar ball - CMAKE get error

-- Generating GEOS C:/ming64gcc48/projects/geos/build/geos_revision.h
-- Generating GEOS C:/ming64gcc48/projects/geos/build/include/geos/platform.h
-- Generating GEOS C:/ming64gcc48/projects/geos/build/include/geos/version.h
-- Generating GEOS C:/ming64gcc48/projects/geos/build/capi/geos_c.h
-- Enable GEOS unit tests build - ON
-- Enable GEOS XML tests build - ON
-- Enable GEOS large geometry tests build - ON
CMake Error at tests/CMakeLists.txt:17 (add_subdirectory):
  The source directory

    C:/ming64gcc48/projects/geos/geos-3.7.0beta1/tests/perf

  does not contain a CMakeLists.txt file.

CMAkeLists.txt does exist in repo, but just not included in tar ball.

I haven't checked to see if 3.6 branch has same issue.

Change History (3)

comment:1 by robe, 6 years ago

Resolution: duplicate
Status: assignedclosed

3.6 branch was fixed #753, so I guess this is a duplicate

comment:2 by robe, 6 years ago

Resolution: duplicate
Status: closedreopened

Given it looks like it was only fixed for 3.5, 3.6 maybe I should keep this open.

comment:3 by Regina Obe <lr@…>, 6 years ago

Resolution: fixed
Status: reopenedclosed

In e7d5454/git:

Not all cmake files included in tar ball. Closes #895 for 3.7.0

Note: See TracTickets for help on using tickets.