albertodemichelis / squirrel

Official repository for the programming language Squirrel
http://www.squirrel-lang.org
MIT License
894 stars 148 forks source link

Cannot compile with SQ_DISABLE_INSTALLER #243

Closed Semphriss closed 2 years ago

Semphriss commented 2 years ago

Compiling with SQ_DISABLE_INSTALLER activated results in a CMake failure.

Steps to reproduce:

I'm using Linux + CMake 3.16.3.


Note: commenting lines 90 to 93 in CMakeLists.txt fixes the issue; perhaps an if(NOT SQ_DISABLE_INSTALLER) is missing?