From 9219ff1b508ce86d965cb2de1fe91dd66ada7b14 Mon Sep 17 00:00:00 2001 From: Guilherme Amadio <amadio@cern.ch> Date: Wed, 26 Sep 2018 15:25:33 +0200 Subject: [PATCH] Remove targets referencing deleted files --- bindings/pyroot/CMakeLists.txt | 3 --- bindings/ruby/CMakeLists.txt | 5 ----- 2 files changed, 8 deletions(-) diff --git a/bindings/pyroot/CMakeLists.txt b/bindings/pyroot/CMakeLists.txt index 8646d6ccd95..cd678e0b88e 100644 --- a/bindings/pyroot/CMakeLists.txt +++ b/bindings/pyroot/CMakeLists.txt @@ -48,9 +48,6 @@ if(MSVC) DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT libraries) endif() -if(MACOSX_MINOR EQUAL 5) - ROOT_EXECUTABLE(python64 python64.c LIBRARIES ${PYTHON_LIBRARIES}) -endif() #---Install python modules-------------------------------------------------- file(GLOB pyfiles RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.py) diff --git a/bindings/ruby/CMakeLists.txt b/bindings/ruby/CMakeLists.txt index ec7554d0519..2a532caf3d3 100644 --- a/bindings/ruby/CMakeLists.txt +++ b/bindings/ruby/CMakeLists.txt @@ -6,8 +6,3 @@ include_directories(${RUBY_INCLUDE_DIRS}) ROOT_STANDARD_LIBRARY_PACKAGE(Ruby LIBRARIES ${RUBY_LIBRARY} ${CMAKE_DL_LIBS} DEPENDENCIES Hist MathCore) - -if(MACOSX_MINOR EQUAL 5) - ROOT_EXECUTABLE(ruby64 ruby64.c LIBRARIES ${RUBY_LIBRARY}) -endif() - -- GitLab