Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
a44891de
Commit
a44891de
authored
Oct 15, 2015
by
Ghislain MARY
Browse files
Do not install GTK when building with Visual Studio (now done by linphone-cmake-builder).
parent
948b9125
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
19 deletions
+0
-19
CMakeLists.txt
CMakeLists.txt
+0
-19
No files found.
CMakeLists.txt
View file @
a44891de
...
...
@@ -65,25 +65,6 @@ include(CMakePushCheckState)
set
(
MSVC_INCLUDE_DIR
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/include/MSVC"
)
if
(
MSVC
)
list
(
APPEND CMAKE_REQUIRED_INCLUDES
"
${
MSVC_INCLUDE_DIR
}
"
)
if
(
ENABLE_GTK_UI
)
if
(
NOT EXISTS
"
${
CMAKE_CURRENT_BINARY_DIR
}
/intltool_win32.zip"
)
message
(
STATUS
"Installing intltool"
)
file
(
DOWNLOAD http://ftp.acc.umu.se/pub/GNOME/binaries/win32/intltool/0.40/intltool_0.40.4-1_win32.zip
"
${
CMAKE_CURRENT_BINARY_DIR
}
/intltool_win32.zip"
SHOW_PROGRESS
)
execute_process
(
COMMAND
"
${
CMAKE_COMMAND
}
"
"-E"
"tar"
"x"
"
${
CMAKE_CURRENT_BINARY_DIR
}
/intltool_win32.zip"
WORKING_DIRECTORY
"
${
CMAKE_INSTALL_PREFIX
}
"
)
endif
()
if
(
NOT EXISTS
"
${
CMAKE_CURRENT_BINARY_DIR
}
/gtk+-bundle_win32.zip"
)
message
(
STATUS
"Installing GTK"
)
file
(
DOWNLOAD http://ftp.gnome.org/pub/gnome/binaries/win32/gtk+/2.24/gtk+-bundle_2.24.10-20120208_win32.zip
"
${
CMAKE_CURRENT_BINARY_DIR
}
/gtk+-bundle_win32.zip"
SHOW_PROGRESS
)
execute_process
(
COMMAND
"
${
CMAKE_COMMAND
}
"
"-E"
"tar"
"x"
"
${
CMAKE_CURRENT_BINARY_DIR
}
/gtk+-bundle_win32.zip"
WORKING_DIRECTORY
"
${
CMAKE_INSTALL_PREFIX
}
"
)
endif
()
endif
()
endif
()
if
(
LINPHONE_BUILDER_GROUP_EXTERNAL_SOURCE_PATH_BUILDERS
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment