From 34fd6f89c3215e8682e71ab27eae74769a4fb325 Mon Sep 17 00:00:00 2001 From: Thomas Madlener Date: Thu, 1 Aug 2024 17:38:55 +0200 Subject: [PATCH] Require consistent versions for SIO (#194) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a18be87d8..1f34464ce 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -162,7 +162,7 @@ eval $* ENDIF() # Deal with SIO (we need at least 0.1 since there are no targets before) -FIND_PACKAGE( SIO 0.1 QUIET ) +FIND_PACKAGE( SIO 0.2 QUIET ) IF( NOT SIO_FOUND ) MESSAGE( STATUS "SIO not found on your system. Using builtin sio" )