15 Apr
2016
15 Apr
'16
8:29 a.m.
On 14 April 2016 at 18:37, Rene Rivera
On Thu, Apr 14, 2016 at 12:33 PM, Louis Dionne
wrote: Don't overthink it. All I'm saying is that the Boost guidelines recommend that CMakeLists.txt should appear in $some_library/build/CMakeLists.txt,
while I
argue that current practice is to put it in $some_library/CMakeLists.txt.
Just to be clear. It's not a recommendation. It's a requirement.
There is a requirement that there be a $library/build/CMakeLists.txt, but that doesn't prevent $library/CMakeLists.txt from also existing.