Skip to content

Conversation

@yunowo
Copy link
Member

@yunowo yunowo commented Jan 4, 2026

Currently there can be 4 folders for Release/Debug dll output on Windows, which is very confusing.

build\intel64\Release\bin\Release
build\intel64\Release\bin\Debug
build\intel64\Debug\bin\Debug
build\intel64\Debug\bin\Release

This PR removes the last build type and aligns to Linux paths. The result is

build\intel64\Release\bin
build\intel64\Debug\bin

Also updated configure_file command's paths because it does not support generator expressions.

@tbujewsk
Copy link
Contributor

tbujewsk commented Jan 8, 2026

Is there any documentation update required ?

@yunowo
Copy link
Member Author

yunowo commented Jan 8, 2026

Is there any documentation update required ?

No. I didn't see any documentation refers to this path

@tbujewsk tbujewsk merged commit 344c11a into master Jan 8, 2026
19 of 22 checks passed
@tbujewsk tbujewsk deleted the fix-dll-path branch January 8, 2026 09:04
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

Successfully merging this pull request may close these issues.

5 participants