Skip to content

Commit

Permalink
comment out version files
Browse files Browse the repository at this point in the history
  • Loading branch information
boulderdaze committed Feb 13, 2025
1 parent 8a34e30 commit 0be66ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pybind11_add_module(musica_python
${PROJECT_SOURCE_DIR}/src/micm/micm.cpp
${PROJECT_SOURCE_DIR}/src/component_versions.cpp
${PROJECT_SOURCE_DIR}/src/util.cpp
${CMAKE_BINARY_DIR}/version.cpp
# ${CMAKE_BINARY_DIR}/version.cpp
)

target_link_libraries(musica_python PRIVATE yaml-cpp)
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ target_sources(musica
PRIVATE
util.cpp
component_versions.cpp
${CMAKE_BINARY_DIR}/version.cpp
# ${CMAKE_BINARY_DIR}/version.cpp
)

target_link_libraries(musica
Expand Down

0 comments on commit 0be66ae

Please sign in to comment.