Skip to content

Commit

Permalink
syntax?
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Mar 25, 2024
1 parent 7d4affb commit 1f9435a
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 @@ -48,7 +48,7 @@ if(MUSICA_CREATE_ENVIRONMENT_MODULE)
endif()
endif()

if (MUSICA_ENABLE_PYTHON_LIBRARY and NOT WIN32)
if (MUSICA_ENABLE_PYTHON_LIBRARY AND NOT WIN32)
message(STATUS "Python requires shared libraries to be built")
set(BUILD_SHARED_LIBS ON)
endif()
Expand Down

0 comments on commit 1f9435a

Please sign in to comment.