Skip to content

Commit

Permalink
removed CMAKE_BUILD_TYPE
Browse files Browse the repository at this point in the history
  • Loading branch information
giafranchini committed Mar 6, 2024
1 parent fa6f16c commit 7249ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
endif()

set(PROJECT_VERSION 0.0.1)
set(CMAKE_BUILD_TYPE Release)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

Expand Down

0 comments on commit 7249ba2

Please sign in to comment.