diff options
Diffstat (limited to 'third-party/cmake/BuildLibtermkey.cmake')
-rw-r--r-- | third-party/cmake/BuildLibtermkey.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/third-party/cmake/BuildLibtermkey.cmake b/third-party/cmake/BuildLibtermkey.cmake index 882082d349..874b7df104 100644 --- a/third-party/cmake/BuildLibtermkey.cmake +++ b/third-party/cmake/BuildLibtermkey.cmake @@ -1,3 +1,7 @@ +if(WIN32) + message(STATUS "Building libtermkey in Windows is not supported (skipping)") + return() +endif() find_package(PkgConfig REQUIRED) ExternalProject_Add(libtermkey |