You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to build the project, getting the following error -
====================[ Build | abc | Debug ]=====================================
/snap/clion/310/bin/cmake/linux/x64/bin/cmake --build /mnt/nvme0n1p3/Users/sherl/abc/cmake-build-debug --target abc -j 6
[0/1] Re-running CMake...
make: *** No rule to make target 'cmake_info'. Stop.
-- Make output:
CMake Error at CMakeLists.txt:87 (extract_var):
extract_var Function invoked with incorrect arguments for function named:
extract_var
CMake Error at CMakeLists.txt:88 (extract_var):
extract_var Function invoked with incorrect arguments for function named:
extract_var
CMake Error at CMakeLists.txt:89 (extract_var):
extract_var Function invoked with incorrect arguments for function named:
extract_var
CMake Error at CMakeLists.txt:90 (extract_var):
extract_var Function invoked with incorrect arguments for function named:
extract_var
Building using 'make' in terminal is working fine, but since clion doesn't support debug in makefile, I had to use cmake in clion for debugging purpose.
The text was updated successfully, but these errors were encountered:
SSSelektronik
changed the title
Building failed in Clion - erro in CMakeLists.txt
Building failed in Clion - error in CMakeLists.txt
Jan 8, 2025
When trying to build the project, getting the following error -
====================[ Build | abc | Debug ]=====================================
/snap/clion/310/bin/cmake/linux/x64/bin/cmake --build /mnt/nvme0n1p3/Users/sherl/abc/cmake-build-debug --target abc -j 6
[0/1] Re-running CMake...
make: *** No rule to make target 'cmake_info'. Stop.
-- Make output:
CMake Error at CMakeLists.txt:87 (extract_var):
extract_var Function invoked with incorrect arguments for function named:
extract_var
CMake Error at CMakeLists.txt:88 (extract_var):
extract_var Function invoked with incorrect arguments for function named:
extract_var
CMake Error at CMakeLists.txt:89 (extract_var):
extract_var Function invoked with incorrect arguments for function named:
extract_var
CMake Error at CMakeLists.txt:90 (extract_var):
extract_var Function invoked with incorrect arguments for function named:
extract_var
-- Configuring incomplete, errors occurred!
FAILED: build.ninja
/snap/clion/310/bin/cmake/linux/x64/bin/cmake --regenerate-during-build -S/mnt/nvme0n1p3/Users/sherl/abc -B/mnt/nvme0n1p3/Users/sherl/abc/cmake-build-debug
ninja: error: rebuilding 'build.ninja': subcommand failed
Building using 'make' in terminal is working fine, but since clion doesn't support debug in makefile, I had to use cmake in clion for debugging purpose.
The text was updated successfully, but these errors were encountered: