Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to generate all buildStep_PostBuild .bat file #17

Open
urza57 opened this issue Feb 9, 2016 · 1 comment
Open

Failed to generate all buildStep_PostBuild .bat file #17

urza57 opened this issue Feb 9, 2016 · 1 comment

Comments

@urza57
Copy link

urza57 commented Feb 9, 2016

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

@inbilla
Copy link
Owner

inbilla commented Mar 7, 2016

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants