-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
One line in googletest/.gitignore makes this module fail to build after reimporting it into a new git repo:
Line 52 in bfec0b6
| Makefile |
With that present the following rather important files aren't added to the new git repository:
- googletest/googlemock/include/Makefile
- googletest/googlemock/src/Makefile
- googletest/googletest/include/Makefile
- googletest/googletest/src/Makefile
APS may be unusual in doing this reimport, but it's a policy we follow for all EPICS modules.
Deleting line 52 or giving it an absolute path like on line 56 solves this problem.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels