Skip to content

Commit

Permalink
fixed typo in CmakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
tkegrund authored and svedi committed Aug 29, 2022
1 parent 6defe4e commit 16036fc
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 @@ -47,7 +47,7 @@ target_link_libraries (cryptolens ${LIBS})
target_include_directories (cryptolens PRIVATE "${cryptolens_SOURCE_DIR}/include/cryptolens")
target_include_directories (cryptolens PUBLIC "${cryptolens_SOURCE_DIR}/include")
set_property (TARGET cryptolens PROPERTY CXX_STANDARD 17)
set_property (TARGET cryptolens PROPERTY CXX_STANDARD_REQURED ON)
set_property (TARGET cryptolens PROPERTY CXX_STANDARD_REQUIRED ON)

if (${CRYPTOLENS_BUILD_TESTS})
add_subdirectory (tests)
Expand Down

0 comments on commit 16036fc

Please sign in to comment.