AlloSphere-Research-Group / allolib

Library for interactive multimedia application development
BSD 3-Clause "New" or "Revised" License
36 stars 14 forks source link

CMakeLists.txt ignores the NO_EXAMPLES flag #21

Closed akshay1992 closed 5 years ago

akshay1992 commented 5 years ago

Currently always builds examples. Modified the root CMakeLists.txt to remove examples when not needed in build

mantaraya36 commented 5 years ago

Hi,

Had to revert the second commit as it was failing on OS X and Linux. Sorry, can't check exactly why right now, but the error shows up in Travis: https://travis-ci.org/AlloSphere-Research-Group/allolib/jobs/496856612

/usr/bin/ld: cannot find -lglew_s collect2: error: ld returned 1 exit status

Cheers, Andres