Skip to content

Commit

Permalink
Remove references to old thirdparties
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Bague committed Mar 8, 2017
1 parent a111709 commit ddecb52
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@ if (DEFINED thirdparty_prefix AND IS_DIRECTORY "${thirdparty_prefix}")
else()
message(FATAL_ERROR "Thirdparty libraries not found. The variable thirdparty_prefix is NOT set or is NOT a valid directory.")
endif()
set(BOOST_ROOT ${thirdparty_prefix}/boost)
set(LOG4CPP_HOME ${thirdparty_prefix}/log4cpp)
set(SZIP_HOME ${thirdparty_prefix}/szip)
set(ZLIB_HOME ${thirdparty_prefix}/zlib)
set(HDF5_HOME ${thirdparty_prefix}/hdf5)
set(MATIO_HOME ${thirdparty_prefix}/matio)

Expand Down

0 comments on commit ddecb52

Please sign in to comment.