You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sbt clean forwards errors from CMake subsystem. Would be nice to know that the native build artifacts got deleted propertly.
❯ sbt clean
...
[info] set current project to pdal-jni (in build file:/Users/sfitch/Coding/OSS/PDAL-Java/)
[error] CMakeFiles/pdaljni.2.6.dir/build.make:64: CMakeFiles/pdaljni.2.6.dir/compiler_depend.make: No such file or directory
[error] gmake[2]: *** No rule to make target 'CMakeFiles/pdaljni.2.6.dir/compiler_depend.make'. Stop.
[error] gmake[1]: *** [CMakeFiles/Makefile2:100: CMakeFiles/pdaljni.2.6.dir/clean] Error 2
[error] gmake: *** [Makefile:142: clean] Error 2
The text was updated successfully, but these errors were encountered:
very minor...
sbt clean
forwards errors from CMake subsystem. Would be nice to know that the native build artifacts got deleted propertly.The text was updated successfully, but these errors were encountered: