File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ CMakeCache.txt
9
9
! Findhpipm.cmake
10
10
! FindCppAD.cmake
11
11
! FindCppADCG.cmake
12
- ! Findllvm .cmake
13
- ! Findclang .cmake
12
+ ! FindLLVM .cmake
13
+ ! FindClang .cmake
14
14
! ct_core /cmake /ct_coreConfig.cmake
15
15
! ct_optcon /cmake /ct_optconConfig.cmake
16
16
! ct_rbd /cmake /ct_rbdConfig.cmake
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ find_package(Eigen3 REQUIRED)
21
21
find_package (Boost COMPONENTS REQUIRED)
22
22
23
23
## find and include optional dependencies
24
- find_package (llvm QUIET )
25
- find_package (clang QUIET )
24
+ find_package (LLVM QUIET )
25
+ find_package (Clang QUIET )
26
26
if (LLVM_FOUND AND CLANG_FOUND)
27
27
message (STATUS "Found LLVM/CLANG version " ${LLVM_VERSION_MAJOR} .${LLVM_VERSION_MINOR} )
28
28
set (LLVM ON )
Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ FIND_PATH(CLANG_INCLUDE_DIRS clang/Basic/Version.h HINTS ${LLVM_INCLUDE_DIRS})
44
44
INCLUDE (FindPackageHandleStandardArgs)
45
45
# handle the QUIETLY and REQUIRED arguments and set CLANG_FOUND to TRUE
46
46
# if all listed variables are TRUE
47
- find_package_handle_standard_args(CLANG DEFAULT_MSG
47
+ find_package_handle_standard_args(Clang DEFAULT_MSG
48
48
CLANG_INCLUDE_DIRS
49
49
CLANG_LIBS)
50
50
51
- MARK_AS_ADVANCED (CLANG_INCLUDE_DIRS CLANG_LIBS)
51
+ MARK_AS_ADVANCED (CLANG_INCLUDE_DIRS CLANG_LIBS)
Original file line number Diff line number Diff line change 38
38
INCLUDE (FindPackageHandleStandardArgs)
39
39
# handle the QUIETLY and REQUIRED arguments and set CPPADCG_FOUND to TRUE
40
40
# if all listed variables are TRUE
41
- find_package_handle_standard_args(CppAD DEFAULT_MSG
41
+ find_package_handle_standard_args(CppADCG DEFAULT_MSG
42
42
CPPADCG_INCLUDE_DIRS)
43
43
44
44
MARK_AS_ADVANCED (CPPADCG_INCLUDE_DIRS CPPADCG_LIBRARIES)
File renamed without changes.
You can’t perform that action at this time.
0 commit comments