Remove ugly multiple definition hack (Georg)

Enable APPLE again for test_layouts (Missed in commit ...48d3518d6d)
This commit is contained in:
Kornel Benko 2013-06-01 09:42:36 +02:00
parent f3e01a87dd
commit 823ed6cf17

View File

@ -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)