diff options
author | Pierre Ossman <ossman@cendio.se> | 2014-11-03 14:15:52 +0100 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2014-11-03 14:15:52 +0100 |
commit | d94e3f2d3c28560bf306e903f848dc416488d3dc (patch) | |
tree | 39f8f0d2d000de46ee1ee9c25e7441534ef4f3b1 | |
parent | 39847138172032bd821dfd6466ee2c04bedbadf7 (diff) | |
download | tigervnc-d94e3f2d3c28560bf306e903f848dc416488d3dc.tar.gz tigervnc-d94e3f2d3c28560bf306e903f848dc416488d3dc.zip |
Remove obsolete reference to staticlib
We don't use that directory anymore.
-rw-r--r-- | cmake/Modules/CMakeMacroLibtoolFile.cmake | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cmake/Modules/CMakeMacroLibtoolFile.cmake b/cmake/Modules/CMakeMacroLibtoolFile.cmake index 0afb7a62..b3b4a9bb 100644 --- a/cmake/Modules/CMakeMacroLibtoolFile.cmake +++ b/cmake/Modules/CMakeMacroLibtoolFile.cmake @@ -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") |