From: barate Date: Tue, 15 Jan 2013 10:07:46 +0000 (+0000) Subject: More deprecated code removal X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ff6817030d93acec7ccc6b230d892ab38b43aff3;p=tools%2Flibbatch.git More deprecated code removal --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 4ab3b46..66a48e4 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -83,16 +83,6 @@ ENDIF (WIN32) # If necessary, activate all warnings (useful for debugging and code cleaning) # add_definitions(-Wall -Werror -ansi -pedantic) -IF (BUILD_LSF_INTERFACE AND LSF_FOUND) - include_directories(${LSF_INCLUDE_DIR}) - target_link_libraries(Batch ${LSF_LIBRARY} ${LSF_BAT_LIBRARY}) -ENDIF (BUILD_LSF_INTERFACE AND LSF_FOUND) - -IF (BUILD_PBS_INTERFACE AND PBS_FOUND) - include_directories(${PBS_INCLUDE_DIR}) - target_link_libraries(Batch ${PBS_LIBRARY}) -ENDIF (BUILD_PBS_INTERFACE AND PBS_FOUND) - INSTALL(TARGETS Batch DESTINATION lib) INSTALL(FILES ${HDR_FILES} DESTINATION include/Batch)