Browse Source

fixed typo

cl-refactor
Marek Kotewicz 10 years ago
parent
commit
0532223f51
  1. 2
      cmake/FindGmp.cmake
  2. 2
      cmake/FindJsonRpcCpp.cmake
  3. 4
      cmake/FindJsoncpp.cmake
  4. 2
      cmake/FindLevelDB.cmake
  5. 2
      cmake/FindMiniupnpc.cmake
  6. 2
      cmake/FindReadline.cmake

2
cmake/FindGmp.cmake

@ -2,7 +2,7 @@
#
# Find the gmp includes and library
#
# if you nee to add a custom library search path, do it via via CMAKE_FIND_ROOT_PATH
# if you nee to add a custom library search path, do it via via CMAKE_PREFIX_PATH
#
# This module defines
# GMP_INCLUDE_DIRS, where to find header, etc.

2
cmake/FindJsonRpcCpp.cmake

@ -2,7 +2,7 @@
#
# Find the json-rpc-cpp includes and library
#
# if you nee to add a custom library search path, do it via via CMAKE_FIND_ROOT_PATH
# if you nee to add a custom library search path, do it via via CMAKE_PREFIX_PATH
#
# This module defines
# JSON_RCP_CPP_INCLUDE_DIRS, where to find header, etc.

4
cmake/FindJsoncpp.cmake

@ -2,7 +2,7 @@
#
# Find the jsoncpp includes and library
#
# if you nee to add a custom library search path, do it via via CMAKE_FIND_ROOT_PATH
# if you nee to add a custom library search path, do it via via CMAKE_PREFIX_PATH
#
# This module defines
# JSONCPP_INCLUDE_DIRS, where to find header, etc.
@ -39,7 +39,7 @@ if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC")
endif()
# handle the QUIETLY and REQUIRED arguments and set GMP_FOUND to TRUE
# handle the QUIETLY and REQUIRED arguments and set JSONCPP_FOUND to TRUE
# if all listed variables are TRUE, hide their existence from configuration view
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(jsoncpp DEFAULT_MSG

2
cmake/FindLevelDB.cmake

@ -2,7 +2,7 @@
#
# Find the leveldb includes and library
#
# if you nee to add a custom library search path, do it via via CMAKE_FIND_ROOT_PATH
# if you nee to add a custom library search path, do it via via CMAKE_PREFIX_PATH
#
# This module defines
# LEVELDB_INCLUDE_DIRS, where to find header, etc.

2
cmake/FindMiniupnpc.cmake

@ -2,7 +2,7 @@
#
# Find the miniupnpc includes and library
#
# if you nee to add a custom library search path, do it via via CMAKE_FIND_ROOT_PATH
# if you nee to add a custom library search path, do it via via CMAKE_PREFIX_PATH
#
# This module defines
# MINIUPNPC_INCLUDE_DIRS, where to find header, etc.

2
cmake/FindReadline.cmake

@ -2,7 +2,7 @@
#
# Find the readline includes and library
#
# if you nee to add a custom library search path, do it via via CMAKE_FIND_ROOT_PATH
# if you nee to add a custom library search path, do it via via CMAKE_PREFIX_PATH
#
# This module defines
# READLINE_INCLUDE_DIRS, where to find header, etc.

Loading…
Cancel
Save