Skip to content

Commit

Permalink
cleaned up debugging code in FindLibR
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Mar 31, 2020
1 parent cbdd8d4 commit 64c0c28
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions R-package/src/cmake/modules/FindLibR.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ function(create_rlib_for_msvc)

# extract symbols from R.dll into R.def and R.lib import library
execute_process(COMMAND ${GENDEF_EXE}
#"-" "${LIBR_LIB_DIR}/R.dll"
"-" "${LIBR_CORE_LIBRARY}"
OUTPUT_FILE "${CMAKE_CURRENT_BINARY_DIR}/R.def"
)
Expand Down Expand Up @@ -185,11 +184,6 @@ endif()

set(LIBR_CORE_LIBRARY ${LIBR_CORE_LIBRARY} CACHE PATH "R core shared library")

message(STATUS "LIBR_EXECUTABLE: ${LIBR_EXECUTABLE}")
message(STATUS "LIBR_HOME: ${LIBR_HOME}")
message(STATUS "LIBR_INCLUDE_DIRS: ${LIBR_INCLUDE_DIRS}")
message(STATUS "LIBR_CORE_LIBRARY: ${LIBR_CORE_LIBRARY}")

if(WIN32 AND MSVC)

# create a local R.lib import library for R.dll if it doesn't exist
Expand Down

0 comments on commit 64c0c28

Please sign in to comment.