Skip to content

Commit

Permalink
thing
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Mar 22, 2024
1 parent 1d86b23 commit b37b14c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fortran/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if (MUSICA_ENABLE_TUVX)
set(TUVX_MOD_DIR ${MUSICA_MOD_DIR})
set(TUVX_LIB_DIR ${MUSICA_LIB_DIR})

add_subdirectory(${CMAKE_SOURCE_DIR}/lib/tuv-x/src ${MUSICA_LIB_DIR}/tuv-x/src)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/../lib/tuv-x/src)

# for yaml-cpp
target_compile_features(tuvx_object PRIVATE cxx_std_20)
Expand Down

0 comments on commit b37b14c

Please sign in to comment.