TriBITS
TriBITS copied to clipboard
NOEXESUFFIX creating executable causes executable not found
Using Intel15/Visual Studio 2013 on Windows 7, TRIBITS_ADD_EXECUTABLE_AND_TEST with NOEXESUFFIX causes CMake to look for executable with no suffix, but the executable is still compiled with the 'exe' suffix.
This wasn't an issue with Intel13/Visual Studio 2008 on Windows.
Okay, I can see how that can happen. I think that on Windows systems we just need to have TriBITS ignore NOEXESUFFIX when passed into TRIBITS_ADD_EXECUTABLE() and TRIBITS_ADD_EXECUTABLE_AND_TEST(). Unless something has changed, don't executables have to have the suffix .exe to work correctly? Would that resolve your issue?