Skip to content

Commit

Permalink
Require consistent versions for SIO
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Aug 1, 2024
1 parent a0d70b7 commit 7f637d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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" )
Expand Down

0 comments on commit 7f637d8

Please sign in to comment.