Skip to content

Commit 4a17bd5

Browse files
committed
[CMake] Track libSMCE 1.1.4
Signed-off-by: AeroStun <24841307+AeroStun@users.noreply.github.com>
1 parent 05b4390 commit 4a17bd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMake/Modules/SetupSMCE.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
# Outvars:
2525
# - SMCE_ROOT : The location of the used libSMCE install tree
2626

27-
set (SMCE_EXPECTED_TAG 1.1.3)
28-
set (SMCE_EXPECTED_VERSION 1.1.3)
27+
set (SMCE_EXPECTED_TAG 1.1.4)
28+
set (SMCE_EXPECTED_VERSION 1.1.4)
2929
set (SMCE_EXPECTED_ARCH x86_64)
3030

3131
if (NOT SMCE_ROOT AND SMCE_AUTODOWNLOAD)

0 commit comments

Comments
 (0)