Skip to content

Commit

Permalink
revert mistaken change
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann authored Aug 2, 2023
1 parent cf39082 commit 2beece9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rapidfuzz/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ if(NOT Windows)
set(CMAKE_REQUIRED_FLAGS "-std=c++11")
endif()
check_cxx_source_compiles("${ATOMICS_TEST_SOURCE}"
\\)
HAVE_CXX_ATOMICS_INT_WITHOUT_LIB)
check_cxx_source_compiles("${ATOMICS_SIZE_T_TEST_SOURCE}"
HAVE_CXX_ATOMICS_SIZE_T_WITHOUT_LIB)
check_cxx_source_compiles("${ATOMICS_VOID_PTR_TEST_SOURCE}"
Expand Down

0 comments on commit 2beece9

Please sign in to comment.