junction
junction copied to clipboard
Crash in Debug lib.
Hi, I have a crash when I linked the lib which build following.
$ git clone https://github.com/preshing/junction.git $ git clone https://github.com/preshing/turf.git $ cd junction $ cmake -DCMAKE_INSTALL_PREFIX=~/junction-install -DJUNCTION_WITH_SAMPLES=OFF .. $ cmake --build . --target install --config Debug
And the test file is 'MapScalabilityTests'.
Here is the callstack.
The 'TURF_WITH_ASSERTS ' macro should be defined? This action quick fixed my problem.
I am having same problem How did you solve this issue?