Is this a fresh checkout? If that doesn't help, could you try making a CMakeLists.txt with following two lines: cmake_minimum_required(VERSION 2.8.11) find_package(Boost 1.39.0 REQUIRED COMPONENTS program_options filesystem system ) and see if running cmake on it: $ cmake . and see if it finds boost.
Christoph 2016-03-09 18:59 GMT-07:00 Tiago Espinosa <[email protected]>: > cmake version 3.2.1 > > -- > You received this message because you are subscribed to the Google Groups > "votca" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/votca. > For more options, visit https://groups.google.com/d/optout. -- Christoph Junghans Web: http://www.compphys.de -- You received this message because you are subscribed to the Google Groups "votca" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/votca. For more options, visit https://groups.google.com/d/optout.
