mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
WL#5161 : Cross-platform build with CMake
This commit is contained in:
@ -167,16 +167,16 @@ sub my_find_paths {
|
||||
}
|
||||
|
||||
# -------------------------------------------------------
|
||||
# Windows specific
|
||||
# CMake generator specific (Visual Studio and Xcode have multimode builds)
|
||||
# -------------------------------------------------------
|
||||
if (IS_WINDOWS) {
|
||||
# Add the default extra build dirs unless a specific one has
|
||||
# already been selected
|
||||
push(@extra_dirs,
|
||||
("release",
|
||||
"relwithdebinfo",
|
||||
"debug")) if @extra_dirs == 0;
|
||||
}
|
||||
|
||||
# Add the default extra build dirs unless a specific one has
|
||||
# already been selected
|
||||
push(@extra_dirs,
|
||||
("Release",
|
||||
"Relwithdebinfo",
|
||||
"Debug")) if @extra_dirs == 0;
|
||||
|
||||
|
||||
#print "extra_build_dir: @extra_dirs\n";
|
||||
|
||||
|
Reference in New Issue
Block a user