hylo-lang / Swifty-LLVM

Swifty interface for the LLVM compiler infrastructure.
Apache License 2.0
28 stars 5 forks source link

Update test instructions for building tests #54

Closed kyouko-taiga closed 7 months ago

kyouko-taiga commented 7 months ago

I had to pass the flag that way otherwise cmake would complain with the following message:

CMake Error: Parse error in command line argument: BUILD_TESTING
 Should be: VAR:type=value

CMake Error: Run 'cmake --help' for all supported options.