With protobuf main as of 68bd6be, if I build with -Dprotobuf_BUILD_EXAMPLES=ON and then try and build the examples target:
$ ninja -C build examples
ninja: Entering directory `build'
[1/4] Performing configure step for 'examples'
FAILED: examples/logs/examples-configure /home/rosbur01/Code/drive-by/protobuf/build/examples/logs/examples-configure
cd /home/rosbur01/Code/drive-by/protobuf/build/examples && /usr/bin/cmake -P /home/rosbur01/Code/drive-by/protobuf/build/examples/logs/examples-configure-.cmake && /usr/bin/cmake -E touch /home/rosbur01/Code/drive-by/protobuf/build/examples/logs/examples-configure
CMake Error at logs/examples-configure-.cmake:49 (message):
Command failed: 1
'/usr/bin/cmake' '-GNinja' '-C/home/rosbur01/Code/drive-by/protobuf/build/examples/tmp/examples-cache-.cmake' '-S' '/home/rosbur01/Code/drive-by/protobuf/examples' '-B' '/home/rosbur01/Code/drive-by/protobuf/build/examples'
See also
/home/rosbur01/Code/drive-by/protobuf/build/examples/logs/examples-configure-*.log
ninja: build stopped: subcommand failed.
Am I doing something wrong?
With protobuf main as of 68bd6be, if I build with
-Dprotobuf_BUILD_EXAMPLES=ONand then try and build the examples target:Am I doing something wrong?