Skip to content

Commit

Permalink
tweak definition
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Dec 7, 2021
1 parent 05cbdf6 commit 0d00ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/re2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if(WIN32)
# TKP NOTE: THIS SECTION IS CUSTOM
# ************************************
elseif(APPLE)
add_definitions(TARGET_OS_OSX)
add_definitions(-DTARGET_OS_OSX=1)
# assume built-in pthreads on MacOS
set(CMAKE_THREAD_LIBS_INIT "-lpthread")
set(CMAKE_HAVE_THREADS_LIBRARY 1)
Expand Down

0 comments on commit 0d00ea9

Please sign in to comment.