Cmake error when building older tags

Hi! I’m sorry, I’m new to the community and am not that good yet.
so, i was trying to build the firmware specifically the v1.11.0 tag. i run the command for the master tag first. and it started the sim with out problems. then i changed to the tag v1.11.0 using git checkout and the message was:
%~~~~~~~~~~
warning: unable to rmdir ‘Tools/jsbsim_bridge’: Directory not empty
warning: unable to rmdir ‘Tools/simulation-ignition’: Directory not empty
warning: unable to rmdir ‘src/drivers/cyphal/legacy_data_types’: Directory not empty
warning: unable to rmdir ‘src/drivers/cyphal/libcanard’: Directory not empty
warning: unable to rmdir ‘src/drivers/cyphal/public_regulated_data_types’: Directory not empty
warning: unable to rmdir ‘src/lib/crypto/libtomcrypt’: Directory not empty
warning: unable to rmdir ‘src/lib/crypto/libtommath’: Directory not empty
warning: unable to rmdir ‘src/lib/crypto/monocypher’: Directory not empty
warning: unable to rmdir ‘src/lib/events/libevents’: Directory not empty
warning: unable to rmdir ‘src/modules/mavlink/mavlink’: Directory not empty
warning: unable to rmdir ‘src/modules/microdds_client/Micro-XRCE-DDS-Client’: Directory not empty
M Tools/flightgear_bridge
M Tools/jMAVSim
M Tools/sitl_gazebo
M platforms/nuttx/NuttX/apps
M platforms/nuttx/NuttX/nuttx
M src/drivers/gps/devices
M src/drivers/uavcan/libuavcan
M src/modules/micrortps_bridge/micro-CDR
Note: checking out ‘v1.11.0’.
%~~~~~~~~~~
but when i tried to do “make px4_sitl jmavsim” in this branch i got the message:
%~~~~~~~~~~
[0/1] Re-running CMake…
– PX4 version: v1.11.0-1-gf97b1ca46a
– PX4 config file: /home/victor/Firmware/boards/px4/sitl/default.px4board
CMake Error at CMakeLists.txt:144 (include):
include could not find load file:

/home/victor/Firmware/boards/px4/sitl/default.px4board

– PX4 config: px4_sitl_default
– PX4 platform: posix
– PX4 lockstep: disabled
– cmake build type: RelWithDebInfo
– Building for code coverage
– build type is RelWithDebInfo
– PX4 ECL: Very lightweight Estimation & Control Library v1.9.0-rc1-399-gec93490
– Configuring incomplete, errors occurred!
See also “/home/victor/Firmware/build/px4_sitl_default/CMakeFiles/CMakeOutput.log”.
FAILED: build.ninja
/usr/bin/cmake -H/home/victor/Firmware -B/home/victor/Firmware/build/px4_sitl_default
ninja: error: rebuilding ‘build.ninja’: subcommand failed
Makefile:224: recipe for target ‘px4_sitl’ failed
make: *** [px4_sitl] Error 1
%~~~~~~~~~~
And didn’t found/understood the issue. i am working in a VM Ubuntu 18.04 LTS.
Thank to anyone that could help!