~dynamite-a-d/ubuntu/precise/cmake/fix-for-972419

« back to all changes in this revision

Viewing changes to Modules/FindCURL.cmake

  • Committer: Bazaar Package Importer
  • Author(s): Modestas Vainius
  • Date: 2010-11-13 02:16:34 UTC
  • mto: (3.3.2 experimental)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20101113021634-hsdooj6tr1q3tf0l
Tags: upstream-2.8.3
ImportĀ upstreamĀ versionĀ 2.8.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
16
16
# See the License for more information.
17
17
#=============================================================================
18
 
# (To distributed this file outside of CMake, substitute the full
 
18
# (To distribute this file outside of CMake, substitute the full
19
19
#  License text for the above reference.)
20
20
 
21
21
# Look for the header file.
34
34
 
35
35
# handle the QUIETLY and REQUIRED arguments and set CURL_FOUND to TRUE if 
36
36
# all listed variables are TRUE
37
 
INCLUDE(FindPackageHandleStandardArgs)
 
37
INCLUDE("${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake")
38
38
FIND_PACKAGE_HANDLE_STANDARD_ARGS(CURL DEFAULT_MSG CURL_LIBRARY CURL_INCLUDE_DIR)
39
39
 
40
40
IF(CURL_FOUND)