From 631c39163d5c0e2862c78de883614ecdc2c64617 Mon Sep 17 00:00:00 2001 From: Leo Franchi Date: Fri, 25 Mar 2011 17:45:32 -0400 Subject: [PATCH] don't install a static lib --- thirdparty/qxt/qxtweb-standalone/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/thirdparty/qxt/qxtweb-standalone/CMakeLists.txt b/thirdparty/qxt/qxtweb-standalone/CMakeLists.txt index b1f51d1ba..ec81d04cb 100644 --- a/thirdparty/qxt/qxtweb-standalone/CMakeLists.txt +++ b/thirdparty/qxt/qxtweb-standalone/CMakeLists.txt @@ -102,5 +102,3 @@ target_link_libraries( qxtweb-standalone # ${QT_LIBRARIES} # "${CMAKE_CURRENT_SOURCE_DIR}/libqxtweb-standalone.a" # ) - -INSTALL( TARGETS qxtweb-standalone DESTINATION lib${LIB_SUFFIX} )