mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:19:01 +08:00
20 lines
538 B
Diff
20 lines
538 B
Diff
diff --git a/CMake/dcmtkUseWine.cmake b/CMake/dcmtkUseWine.cmake
|
|
index 6dbd7dc..cf529e2 100644
|
|
--- a/CMake/dcmtkUseWine.cmake
|
|
+++ b/CMake/dcmtkUseWine.cmake
|
|
@@ -1,3 +1,14 @@
|
|
+if(CMAKE_HOST_WIN32)
|
|
+ function(DCMTK_SETUP_WINE)
|
|
+ endfunction()
|
|
+ function(WINE_COMMAND)
|
|
+ message(FATAL_ERROR "Not implemented")
|
|
+ endfunction()
|
|
+ function(WINE_DETACHED)
|
|
+ message(FATAL_ERROR "Not implemented")
|
|
+ endfunction()
|
|
+ return()
|
|
+endif()
|
|
#
|
|
# Functions for detection and usage of Wine
|
|
# Used when cross compiling
|