Revision a02f8188d9bb820ac5436a0533cae51ca17a1c24 authored by Fons Rademakers on 27 June 2011, 13:36:54 UTC, committed by Fons Rademakers on 27 June 2011, 13:36:54 UTC
search also DYLD_FALLBACK_LIBRARY in TSystem::Load() on OSX.
Fixes issue 83463.


git-svn-id: http://root.cern.ch/svn/root/branches/v5-30-00-patches@39992 27541ba8-7e3a-0410-8455-c3a389f83636
1 parent 4e2c781
Raw File
CMakeLists.txt
############################################################################
# CMakeLists.txt file for building ROOT rootx package
# @author Pere Mato, CERN
############################################################################

ROOT_USE_PACKAGE(core)

ROOT_EXECUTABLE(root *.cxx  ${CMAKE_SOURCE_DIR}/core/clib/src/strlcpy.c 
                LIBRARIES ${X11_LIBRARIES} ${X11_Xpm_LIB} ${X11_Xft_LIB} ${X11_Xext_LIB})

back to top