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
Interesting, can you tell me the CMake file you're using to generate this BFF?
I'm afraid it will be difficult to resolve without a reproduction locally.
That area of the code is pretty new and I wouldn't be surprised if there are some bugs.
Perhaps INSTALL-PostBuild-Release1.bat simply exists in a different directory somewhere?
cmake doesnt generate postbuild bat file except for Qt.
Ex:
.buildStep_PostBuild_Release = [ Using(.BaseConfig_Release) .PreBuildDependencies + { } Exec('INSTALL-PostBuild-Release1') { .ExecExecutable = 'C:/Windows/System32/cmd.exe' .ExecArguments = '/C INSTALL-PostBuild-Release1.bat' .ExecInput = { 'dummy-in' } .ExecUseStdOutAsOutput = true .ExecOutput = 'C:/Users/urza5/Documents/ISSofa/build/dummy-out-INSTALL-PostBuild-Release1.txt' } Alias('INSTALL-PostBuild-Release') { .Targets = { 'INSTALL-PostBuild-Release1' } } ]
INSTALL-PostBuild-Release1.bat doesn't exist
The text was updated successfully, but these errors were encountered: