Am 01.06.2013 um 09:44 schrieb Kornel Benko <kor...@lyx.org>: > commit 823ed6cf17aa62e66c958068ab762c9f5bbb5f12 > Author: Kornel Benko <kor...@lyx.org> > Date: Sat Jun 1 09:42:36 2013 +0200 > > Remove ugly multiple definition hack (Georg) > Enable APPLE again for test_layouts (Missed in commit ...48d3518d6d) > > diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt > index 4ee7872..5203d45 100644 > --- a/src/CMakeLists.txt > +++ b/src/CMakeLists.txt > @@ -184,9 +184,4 @@ if(LYX_BUNDLE) > fixup_bundle(\"${installed_lyx}\" \"\" \"\") " > COMPONENT RUNTIME) > endif() > > -if(NOT APPLE) > - # unresoved handling for multiple definitions > - # APPLE can be enabled, if the hack in src/support/tests/dummy_functions.cp > - # which requires multiple definitions is resolved. (Georg) > - add_subdirectory(tests) > -endif() > +add_subdirectory(tests)
I tried this and it's ok. Thanks. Stephan