Re: [CMake] Single Letter Omissions From File Path In Linker

2016-10-17 Thread Randy Turner
o find. On Fri, Oct 14, 2016 at 10:16 AM, Andrew Bell wrote: > On Fri, Oct 14, 2016 at 9:04 AM, Randy Turner > wrote: > >> Hello! I've been running into a frustrating issue on and off for the past >> year. The project will build the source files correctly but when

[CMake] Single Letter Omissions From File Path In Linker

2016-10-14 Thread Randy Turner
Hello! I've been running into a frustrating issue on and off for the past year. The project will build the source files correctly but when it comes to linking the executables, I always get the same error. The specific file varies, but the failure mode is always the same. For example: "C:\\Users\\

Re: [CMake] Port from Debian to Windows: Include files not found

2015-09-21 Thread Randy Turner
_FIND_ROOT_PATH_MODE_PROGRAM NEVER) > > # for libraries and headers in the target directories > SET(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY BOTH) > SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE BOTH) > > set(CMAKE_FIND_ROOT_PATH_MODE_PACKAGE ONLY) > > > On Fri, Sep 18, 2015 at 7

Re: [CMake] Port from Debian to Windows: Include files not found

2015-09-18 Thread Randy Turner
https://ionic.com> > > Ionic Security Inc. > 1170 Peachtree St. NE STE 400, Atlanta, GA 30309 > > > > > > > > > From: Randy Turner > Date: Friday, September 18, 2015 at 2:01 PM > To: Parag Chandra > Cc: "cmake@cmake.org" > Subject: Re: [CMake]

Re: [CMake] Port from Debian to Windows: Include files not found

2015-09-18 Thread Randy Turner
lines that are being used, so you can > see the search paths. > > > > *Parag Chandra *Senior Software Engineer, Mobile Team > Mobile: +1.919.824.1410 > > <https://ionic.com> > > Ionic Security Inc. > 1170 Peachtree St. NE STE 400, Atlanta, GA 30309 > > >

[CMake] Port from Debian to Windows: Include files not found

2015-09-18 Thread Randy Turner
I am having trouble building a Code Composer Studio project with CMake. Executing from the same directory in Linux compiles successfully, but in Linux it fails to find any included files that aren't in the same directory as the .c file that it's building. I can provide a relative path to help it mo