Skip to content

Commit 2eb9175

Browse files
author
Jon
committed
add missing minor verison on error message
1 parent c72ef7e commit 2eb9175

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ find_package(Python COMPONENTS Interpreter Development NumPy REQUIRED)
6565
endif()
6666

6767
if(Python_VERSION VERSION_LESS "3.8")
68-
message(FATAL_ERROR "DataSketches requires at least Python3.")
68+
message(FATAL_ERROR "DataSketches requires at least Python3.8")
6969
endif()
7070

7171
execute_process(

0 commit comments

Comments
 (0)