huynguyen-and-friend-projects / smoldb

Simple database in C(++)
1 stars 3 forks source link

Lint and format the CMake file(s) #26

Closed nguyenhuy0905 closed 2 months ago

nguyenhuy0905 commented 3 months ago

CMake lint

NOTE: Merge this only after having merged #25. If #25 is rejected, this one should be closed also.

Formatted and linted the CMake files. With this, the CMake multi-platform check seems to be working now.

Format and lint accordingly to the .cmake-format.yaml config.

I run the command cmake-format CMakeLists.txt


Pull request by: Huy Nguyen