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

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ak5k committed Dec 23, 2023
1 parent e9b0143 commit d7c5a4c
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 @@ -143,7 +143,7 @@ target_include_directories(${PROJECT_NAME}
)

# ASIO audio
if (MSVC)
if (MSVC AND NOT NO_ASIO)
target_compile_definitions(
${PROJECT_NAME}
PUBLIC
Expand Down

0 comments on commit d7c5a4c

Please sign in to comment.