Page 1 of 1

Fixing Mac Build

Posted: 03 May 2018, 01:07
by MasterBel
Should I start a new thread for evey issue or have the one thread for all of them?

Anyway, trying to configure the develop branch for building I get this error:

Code: Select all

CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
REALTIME_LIBRARY
    linked by target "test_SpringTime" in directory /spring/test
    linked by target "test_UDPListener" in directory /spring/test
According to my research, the library isn't available for MacOS? Is there a possible workaround?

Re: Fixing Mac Build [Solved]

Posted: 04 May 2018, 05:41
by MasterBel
Thanks to the committer who fixed this issue!