|
Boost Interest : |
Subject: [Boost-cmake] Linking Debug Builds
From: James C. Sutherland (James.Sutherland_at_[hidden])
Date: 2009-11-24 10:15:36
I initially installed only the "release" version of the boost libs. When I built a debug version of my application, the linker failed because apparently it triggered a search for the debug version of the boost libraries, which were not installed.
Shouldn't there be a fall-back position to link to release libs in the case where debug versions were not built?
James