summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/config/boost_unit_test.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'bin/MakeProjectCreator/config/boost_unit_test.mpb')
-rw-r--r--bin/MakeProjectCreator/config/boost_unit_test.mpb6
1 files changed, 1 insertions, 5 deletions
diff --git a/bin/MakeProjectCreator/config/boost_unit_test.mpb b/bin/MakeProjectCreator/config/boost_unit_test.mpb
index 7838b8a1ead..6a6ad345224 100644
--- a/bin/MakeProjectCreator/config/boost_unit_test.mpb
+++ b/bin/MakeProjectCreator/config/boost_unit_test.mpb
@@ -3,9 +3,5 @@
project {
requires += boost
- verbatim(gnuace,local) {
- CPPFLAGS += $(PLATFORM_BOOST_CPPFLAGS)
- LDFLAGS += $(PLATFORM_BOOST_LDFLAGS)
- LDLIBS += $(PLATFORM_BOOST_UTF_LIBS)
- }
+ lit_libs += boost_unit_test_framework
}