Skip to content

Commit 16036fc

Browse files
tkegrundsvedi
authored andcommitted
fixed typo in CmakeLists.txt
1 parent 6defe4e commit 16036fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ target_link_libraries (cryptolens ${LIBS})
4747
target_include_directories (cryptolens PRIVATE "${cryptolens_SOURCE_DIR}/include/cryptolens")
4848
target_include_directories (cryptolens PUBLIC "${cryptolens_SOURCE_DIR}/include")
4949
set_property (TARGET cryptolens PROPERTY CXX_STANDARD 17)
50-
set_property (TARGET cryptolens PROPERTY CXX_STANDARD_REQURED ON)
50+
set_property (TARGET cryptolens PROPERTY CXX_STANDARD_REQUIRED ON)
5151

5252
if (${CRYPTOLENS_BUILD_TESTS})
5353
add_subdirectory (tests)

0 commit comments

Comments
 (0)