Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Nov 16, 2023
1 parent e07088f commit 989f2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/re-config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ endif()
check_function_exists(thrd_create HAVE_THREADS_FUN)
check_include_file(threads.h HAVE_THREADS_H)
if(HAVE_THREADS_FUN AND HAVE_THREADS_H)
set(HAVE_THREADS CACHE BOOL true)
set(HAVE_THREADS CACHE BOOL true)
endif()
if(HAVE_THREADS)
list(APPEND RE_DEFINITIONS HAVE_THREADS)
Expand Down

0 comments on commit 989f2d5

Please sign in to comment.