Skip to content

Commit

Permalink
Fix comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Dec 16, 2024
1 parent 51bc4f5 commit 7de3fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suite/cstest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ find_library(libyaml
REQUIRED)
set(CMOCKA_LIB_FILE "${CMAKE_CURRENT_BINARY_DIR}/extern/src/cmocka_ext-build/src/libcmocka.a")

if(CMAKE_VERSION VERSION_GREATER "3.24.0")
if(CMAKE_VERSION VERSION_GREATER_EQUAL "3.24.0")
set(DOWNLOAD_EXTRACT_TIMESTAMP "DOWNLOAD_EXTRACT_TIMESTAMP true")
endif()

Expand Down

0 comments on commit 7de3fb0

Please sign in to comment.