Skip to content
Commit a6809c0d authored by Matthieu Coudron's avatar Matthieu Coudron Committed by Orivej Desh
Browse files

cmake: don't override cmakeDir when set (#40687)

When dontUseCmakeBuildDir is true (aka the default), it overrides
cmakeDir regardless of the package configuration.

While packaging netbee, I needed to both keep dontUseCmakeBuildDir to
true (some hardcoded paths expect the build folder) and set cmakeDir
(since CMakeList.txt was in a subfolder) which proved impossible.
Here is the fix.
parent 4c797160
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment