Re: [cmake-developers] NASM Bug

2017-11-03 Thread Brad King
On 11/01/2017 07:30 PM, Taylor Holberton wrote: > I noticed that CMake strips the trailing forward slash from an > include directory when assembling an object file with NASM. > The trailing slash is required with NASM. This will likely require `Modules/CMakeASM_NASMInformation.cmake` to get some

[cmake-developers] NASM Bug

2017-11-01 Thread Taylor Holberton
I noticed that CMake strips the trailing forward slash from an include directory when assembling an object file with NASM. The trailing slash is required with NASM. See section 2.1.16 from the NASM manual . I've included an example that illustrates the bug. I