View | Details | Raw Unified | Return to problem 1828
Collapse All | Expand All

(-)file_not_specified_in_diff (-5 / +3 lines)
Line  Link Here
0
-- cmake/Modules/Geant4InterfaceOptions.cmake% 2015-09-21 11:51:47.000000000 -0700
0
++ cmake/Modules/Geant4InterfaceOptions.cmake  2016-02-14 10:37:49.342132000 -0800
Lines 232-241 if(UNIX) Link Here
232
232
233
    # Create final list of X11 libraries needed for Geant4
233
    # Create final list of X11 libraries needed for Geant4
234
    # - Motif
234
    # - Motif
235
    if(APPLE)
235
    if(GEANT4_USE_XM OR GEANT4_USE_INVENTOR)
236
      if(GEANT4_USE_XM OR GEANT4_USE_INVENTOR)
236
      set(X11_LIBRARIES ${X11_LIBRARIES} ${X11_Xt_LIB})
237
        set(X11_LIBRARIES ${X11_LIBRARIES} ${X11_Xt_LIB})
238
      endif()
239
    endif()
237
    endif()
240
238
241
    # - If we got to this point, RayTracer is o.k., so add the feature
239
    # - If we got to this point, RayTracer is o.k., so add the feature

Return to problem 1828