Re: [CMake] Linking on OSX

2019-06-03 Thread Bryan Christ
Jaun, Thank you for pointing out that thread / issue. It's a rather thread, but s much I've what I'm experiencing is characterized in there. I'll look tomorrow and reply with results. On Mon, Jun 3, 2019 at 5:27 PM Juan E. Sanchez wrote: > Hello, > > According to this: > https://github.co

Re: [CMake] Linking on OSX

2019-06-03 Thread Juan E. Sanchez
Hello, According to this: https://github.com/neovim/neovim/issues/9050 It looks like macOS made it so you have to do something like this: open /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg for libraries and includes to be put into /usr. Regards, Juan O

[CMake] Linking on OSX

2019-06-03 Thread Bryan Christ
New to this mailing list so I hope I'm asking this in the right venue... I'm trying to port my application (a program and a shared library) to OSX. It was rather easy to modify my CMake script to go from Linux and add in FreeBSD. OSX is giving me a lot of problems though. First of all find_packa

[CMake] Free CMake course during KHQ Summer courses July 22-25 2019

2019-06-03 Thread Robert Maynard via CMake
Hi All, This summer between July 22 - 25th Kitware is offering 7 free courses over 3 days at our new headquarters in Albany NY. One of the free courses we will be offering is a full day CMake course on Tuesday July 23rd. Hopefully some of you will be able to attend, and we can meet in person. Si

Re: [CMake] Question about running C code from within cmake

2019-06-03 Thread Eric Doenges
The easiest way to get the number of cores on your Windows build machine from within CMake is to get the value of the NUMBER_OF_PROCESSORS environment variable using $ENV{NUMBER_OF_PROCESSORS}. Am 02.06.19 um 14:16 schrieb Steven Truppe: Hi everyone, i'm trying to search for a way for win32