Skip to content

Commit

Permalink
Fix MUSICA build test.
Browse files Browse the repository at this point in the history
  • Loading branch information
nusbaume committed Sep 30, 2024
1 parent 358577c commit 09b7688
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set(CMAKE_USER_MAKE_RULES_OVERRIDE ${CMAKE_MODULE_PATH}/SetDefaults.cmake)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})

# --------------------------------------------------------------------------------
# NOTE: If 'CCPP_ENABLE_MUSICA_TESTS' on, this is not a stand-alone cmake project anymore.
# NOTE: If 'CCPP_ENABLE_MUSICA_TESTS' on, this is not a stand-alone cmake project anymore.
# MUSICA CCPP wrapper needs MUSICA library and ccpp-framework/src.
# To 'CCPP_ENABLE_MUSICA_TESTS', you either build a cmake project through
# 'docker/Dockerfile.musica' or follow the build instructions in the file.
Expand All @@ -25,7 +25,7 @@ set(BUILD_GMOCK OFF CACHE BOOL "" FORCE)

if (CCPP_ENABLE_MUSICA_TESTS)
set(MUSICA_VERSION $ENV{MUSICA_VERSION})
set(MUSICA_SRC_PATH ${CMAKE_SOURCE_DIR}/../musica)
set(MUSICA_SRC_PATH ${CMAKE_SOURCE_DIR}/../schemes/musica)
set(CCPP_SRC_PATH ${CMAKE_SOURCE_DIR}/$ENV{CCPP_SRC_PATH})
set(CCPP_TEST_SRC_PATH ${CMAKE_SOURCE_DIR}/include)

Expand Down

0 comments on commit 09b7688

Please sign in to comment.