Skip to content

Commit 725ec37

Browse files
committed
Remove unused file, line wrap scanner README
1 parent 5d8c597 commit 725ec37

File tree

2 files changed

+9
-72
lines changed

2 files changed

+9
-72
lines changed

cmake/Generated_Source_Utils.cmake

Lines changed: 0 additions & 67 deletions
This file was deleted.

cmake/schema_scanner/README

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
README for STEPcode schema scanner
22
--------------
33

4-
The files in this directory are for a schema scanner executable, built by CMake during the configuration stage.
4+
The files in this directory are for a schema scanner executable, built by CMake
5+
during the configuration stage.
56

6-
This scanner is used to determine the file names that exp2cxx will use. In CMake, all file names must be known before
7-
configuration finishes - so it is necessary to parse the schemas early.
7+
This scanner is used to determine the file names that exp2cxx will use. In
8+
CMake, all file names must be known before configuration finishes - so it is
9+
necessary to parse the schemas early.
10+
11+
This appears to be a standalone project to CMake, but it is intended to be
12+
built only as part of STEPcode. It is configured, built, and executed during
13+
the configuration stage of STEPcode.
814

9-
This appears to be a standalone project to CMake, but it is intended to be built only as part of STEPcode. It is configured,
10-
built, and executed during the configuration stage of STEPcode.

0 commit comments

Comments
 (0)