cpichard / usdtweak

Universal Scene Description standalone editor
Apache License 2.0
232 stars 23 forks source link

Stamp.cpp not generated automatically? #9

Closed meshula closed 1 year ago

meshula commented 1 year ago

During initial configuration in a clean build, the stamp custom build step doesn't seem to be called. I manually ran

cmake -DSRC_DIR=. -DDST_DIR=./src -P ./cmake/stamp.cmake

to get past the issue.

On MacOS.

cpichard commented 1 year ago

Hi @meshula, Thanks for the bug report, it looks like the paths of the generated stamp files needed to be rooted, I just pushed a fix : https://github.com/cpichard/usdtweak/commit/a14fddc673696f16e11048b9b06f5dd327a00cc6 It should be working now, Thanks again for the feedback. C

meshula commented 1 year ago

It works, thanks :)