equal
deleted
inserted
replaced
32 # The CMake executable. |
32 # The CMake executable. |
33 CMAKE_COMMAND = /usr/bin/cmake |
33 CMAKE_COMMAND = /usr/bin/cmake |
34 |
34 |
35 # The command to remove a file. |
35 # The command to remove a file. |
36 RM = /usr/bin/cmake -E remove -f |
36 RM = /usr/bin/cmake -E remove -f |
|
37 |
|
38 # Escaping for special characters. |
|
39 EQUALS = = |
37 |
40 |
38 # The program to use to edit the cache. |
41 # The program to use to edit the cache. |
39 CMAKE_EDIT_COMMAND = /usr/bin/ccmake |
42 CMAKE_EDIT_COMMAND = /usr/bin/ccmake |
40 |
43 |
41 # The top-level source directory on which CMake was run. |
44 # The top-level source directory on which CMake was run. |