fix some typos
This commit is contained in:
parent
54431e3395
commit
188b96b100
|
@ -74,7 +74,7 @@ endif (ARMADILLO_INCLUDE_DIR)
|
||||||
#======================
|
#======================
|
||||||
|
|
||||||
|
|
||||||
# Checks 'RECQUIRED', 'QUIET' and versions.
|
# Checks 'REQUIRED', 'QUIET' and versions.
|
||||||
include(FindPackageHandleStandardArgs)
|
include(FindPackageHandleStandardArgs)
|
||||||
find_package_handle_standard_args(Armadillo
|
find_package_handle_standard_args(Armadillo
|
||||||
REQUIRED_VARS ARMADILLO_LIBRARY ARMADILLO_INCLUDE_DIR
|
REQUIRED_VARS ARMADILLO_LIBRARY ARMADILLO_INCLUDE_DIR
|
||||||
|
|
|
@ -540,7 +540,7 @@ set (CUDA_INCLUDE_DIRS ${CUDA_TOOLKIT_INCLUDE})
|
||||||
|
|
||||||
macro(FIND_LIBRARY_LOCAL_FIRST _var _names _doc)
|
macro(FIND_LIBRARY_LOCAL_FIRST _var _names _doc)
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 8)
|
if(CMAKE_SIZEOF_VOID_P EQUAL 8)
|
||||||
# CUDA 3.2+ on Windows moved the library directoryies, so we need the new
|
# CUDA 3.2+ on Windows moved the library directories, so we need the new
|
||||||
# and old paths.
|
# and old paths.
|
||||||
set(_cuda_64bit_lib_dir "lib/x64" "lib64" )
|
set(_cuda_64bit_lib_dir "lib/x64" "lib64" )
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in New Issue