Minor corrections to the build system.
This commit is contained in:
parent
7dd350c2e8
commit
3ef7f86829
@ -72,9 +72,9 @@ message(
|
||||
PLAYERBOTS Enable Player Bots
|
||||
To set an option simply type -D<OPTION>=<VALUE> after 'cmake <srcs>'.
|
||||
Also, you can specify the generator with -G. see 'cmake --help' for more details
|
||||
For example: cmake .. -DDEBUG=1 -DCMAKE_INSTALL_PREFIX=/opt/mangos"
|
||||
For example: cmake .. -DDEBUG=1 -DCMAKE_INSTALL_PREFIX=/opt/mangos
|
||||
|
||||
Note: On UNIX systems, CONF_DIR is relative to the bin folder.
|
||||
Note: On UNIX systems, CONF_DIR is relative to the bin folder."
|
||||
)
|
||||
message("")
|
||||
|
||||
|
@ -35,12 +35,8 @@ endif()
|
||||
|
||||
find_program(GIT_EXECUTABLE
|
||||
NAMES ${git_names}
|
||||
PATHS
|
||||
"$ENV{ProgramFiles}/Git/bin"
|
||||
"$ENV{ProgramFiles(x86)}/Git/bin"
|
||||
"$ENV{PATH}"
|
||||
"/usr/bin"
|
||||
"/usr/local/bin"
|
||||
HINTS
|
||||
ENV PATH
|
||||
DOC "git command line client"
|
||||
)
|
||||
mark_as_advanced(GIT_EXECUTABLE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user