Skip to content

Commit

Permalink
maybe here
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Mar 12, 2024
1 parent 7a3d1f0 commit 3de8471
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.21)

project(
musica-distribution
VERSION 0.5.0
VERSION 0.6.0
)

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH};${CMAKE_CURRENT_LIST_DIR}/cmake)
Expand Down
1 change: 1 addition & 0 deletions cmake/dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ endif()
################################################################################
# google test
if(MUSICA_ENABLE_TESTS)
set(CMAKE_CXX_STANDARD 20)
include(FetchContent)
FetchContent_Declare(googletest
GIT_REPOSITORY https://github.com/google/googletest.git
Expand Down
2 changes: 0 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ target_sources(musica
# MICM
if(MUSICA_ENABLE_MICM)
target_compile_features(musica PUBLIC cxx_std_20)
set(CMAKE_CXX_STANDARD 20)


target_include_directories(musica
PUBLIC
Expand Down

0 comments on commit 3de8471

Please sign in to comment.