Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbourelly999 committed Jul 30, 2024
1 parent 561fc5f commit 1ae9547
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 @@ -15,7 +15,7 @@ project(carma-clock

option(BUILD_PYTHON_BINDINGS
"BUILD PYTHON BINDINGS is used to configure whether or not to including building python module bindings into the cmake build process.
**NOTE** Build python bindings is currently only support for native builds (not supported for cross-compile builds) " ON)
**NOTE** Build python bindings is currently only support for native builds (not supported for cross-compile builds) " OFF)

include(cmake/dependencies.cmake)
add_library(${PROJECT_NAME} SHARED )
Expand Down

0 comments on commit 1ae9547

Please sign in to comment.