Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
attempt to fix cmake's mental issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rafa-br34 committed Jan 2, 2024
1 parent 10a40ad commit 4f9929a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"cmake.configureOnOpen": true
"cmake.configureOnOpen": true,
"sonarlint.pathToCompileCommands": "${workspaceFolder}\\build\\compile_commands.json"
}
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if(NOT CMAKE_BUILD_TYPE)
endif()

set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
set(CMAKE_CXX_STANDARD 20)
#set(CMAKE_CXX_STANDARD 20)

message(STATUS "Generator = ${CMAKE_GENERATOR}")

Expand Down

0 comments on commit 4f9929a

Please sign in to comment.