Skip to content

Commit

Permalink
Merge pull request #42 from Aqua-Dream/patch-1
Browse files Browse the repository at this point in the history
Fix a typo in #39
  • Loading branch information
ladnir2 authored Jan 18, 2021
2 parents e1fdb86 + 02fe966 commit 7e906af
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 @@ -165,7 +165,7 @@ if(ENABLE_SSE)
endif()


configure_file(libOTe/config.h.in ${CMAKE_CURRENT_SOURCE_DIR}/config.h)
configure_file(libOTe/config.h.in ${CMAKE_CURRENT_SOURCE_DIR}/libOTe/config.h)
# Support out-of-source builds.
# include_directories(${CMAKE_BINARY_DIR})

Expand Down

0 comments on commit 7e906af

Please sign in to comment.