~ubuntu-branches/ubuntu/utopic/cmake/utopic

« back to all changes in this revision

Viewing changes to Utilities/cmcurl/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Harald Sitter
  • Date: 2013-10-10 12:54:39 UTC
  • mfrom: (1.14.7)
  • Revision ID: package-import@ubuntu.com-20131010125439-h0ahaj004on6oj92
Tags: 2.8.12-0ubuntu1
New upstream release LP: #1246701

Show diffs side-by-side

added added

removed removed

Lines of Context:
716
716
IF(CMAKE_BUILD_CURL_SHARED)
717
717
  SET_TARGET_PROPERTIES(cmcurl PROPERTIES DEFINE_SYMBOL BUILDING_LIBCURL
718
718
    RUNTIME_OUTPUT_DIRECTORY ${CMake_BIN_DIR})
719
 
  INSTALL_TARGETS(/bin cmcurl)
 
719
  INSTALL(TARGETS cmcurl RUNTIME DESTINATION bin)
720
720
ENDIF(CMAKE_BUILD_CURL_SHARED)
721
721
 
722
722
OPTION(CURL_TESTING "Do libCurl testing" OFF)
731
731
  ADD_TEST(curl LIBCURL ${CMAKE_CURL_TEST_URL})
732
732
ENDIF(CMAKE_CURL_TEST_URL)
733
733
 
734
 
INSTALL(FILES COPYING DESTINATION ${CMake_DOC_DEST}/cmcurl)
 
734
INSTALL(FILES COPYING DESTINATION ${CMAKE_DOC_DIR}/cmcurl)