Skip to content

Commit

Permalink
fix USE_PTHREADS typo in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
uquendo committed Aug 13, 2015
1 parent 8df0548 commit 7bd6627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -98,7 +98,7 @@ IF (PHYSBAM_USE_MPI)
ENDIF()

IF (PHYSBAM_USE_PTHREADS)
ADD_DEFINITIONS("-DUSE_PTHREAD")
ADD_DEFINITIONS("-DUSE_PTHREADS")
find_package (Threads)
ENDIF()

Expand Down

0 comments on commit 7bd6627

Please sign in to comment.