Kaynağa Gözat

Remove obsolete reference to staticlib

We don't use that directory anymore.
tags/v1.3.90
Pierre Ossman 9 yıl önce
ebeveyn
işleme
d94e3f2d3c
1 değiştirilmiş dosya ile 0 ekleme ve 4 silme
  1. 0
    4
      cmake/Modules/CMakeMacroLibtoolFile.cmake

+ 0
- 4
cmake/Modules/CMakeMacroLibtoolFile.cmake Dosyayı Görüntüle

@@ -76,10 +76,6 @@ macro(libtool_create_control_file _target)
# Write the libtool control file for the static library
get_filename_component(_lname ${_target_location} NAME_WE)
set(_laname ${CMAKE_CURRENT_BINARY_DIR}/${_lname}.la)
if(BUILD_STATIC)
set(_target_dependency_libs "${_target_dependency_libs} -L${CMAKE_BINARY_DIR}/staticlib")
endif()

file(WRITE ${_laname} "# ${_lname}.la - a libtool library file\n# Generated by ltmain.sh (GNU libtool) 2.2.6b\n")
file(APPEND ${_laname} "dlname=''\n\n")

Loading…
İptal
Kaydet