Skip to content

Commit

Permalink
Fix cmake boost chrono
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Commandeur committed Nov 23, 2016
1 parent 59ad7d6 commit 4b2e0bd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 42 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if ( COMMAND cmake_policy )
endif()

# Boost
find_package( Boost REQUIRED locale)
find_package( Boost REQUIRED locale chrono)
if ( NOT Boost_FOUND )
message(SEND_ERROR "3dfier requires the Boost library")
return()
Expand Down
41 changes: 0 additions & 41 deletions cmake/Modules/FindTriangle.cmake

This file was deleted.

0 comments on commit 4b2e0bd

Please sign in to comment.