1
General / "Unknown CMake command 'build_chapter'"
« on: February 06, 2022, 05:42:18 pm »
I'm trying to compile the example project files that came with the SFML Game Development book (the one with the ocean and rock on the cover). I'm using Visual Studio 2022. I went to "Open CMake" and ran the CMakeLists that was in the project directory and got an error on Line 6:
What am I doing wrong?
Code: [Select]
CMake Error at G:\[Name]\Documents\Packt\SFML Game Development\01_Intro\Source\CMakeLists.txt:6 (build_chapter): Unknown CMake command "build_chapter".
What am I doing wrong?