Skip to content

Commit

Permalink
Add missing FindThreads include
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Stolpe committed Jul 18, 2019
1 parent 0136f15 commit 3a94455
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 @@ -31,7 +31,7 @@ option (DISABLE_FORTRAN "Disable Fortran wrapper routines" OFF)
option (CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS "Export all symbols when compiling on Windows" OFF)

include(GNUInstallDirs)

include(FindThreads)

include (CheckIncludeFile)
check_include_file (alloca.h HAVE_ALLOCA_H)
Expand Down

0 comments on commit 3a94455

Please sign in to comment.