diff options
author | Constantine Grantcharov <cgrantcharov@trustpointinnovation.com> | 2017-03-05 12:29:09 -0500 |
---|---|---|
committer | Constantine Grantcharov <cgrantcharov@trustpointinnovation.com> | 2017-03-05 12:29:09 -0500 |
commit | 0161193cf97f46aa491501e665a75aa0afd9698d (patch) | |
tree | 373e79e94e4b4d1ee3d2b816fecbd40fa1fb85c9 /generator | |
parent | 2e6577dd120a26e0ab4cc985cffa2c2a82e8c59d (diff) |
Remove use of relative paths
When doing out of source builds:
mkdir build
cd build && cmake -G "Unix Makefiles" ../ && make
The build script tripped up on relative paths of /generator/proto and
the files under generator/proto/*.proto.
By using ${PROJECT_SOURCE_DIR}, the paths become absolute and the issue
disappears.
Diffstat (limited to 'generator')
0 files changed, 0 insertions, 0 deletions