Skip to content

Commit

Permalink
Removing dead code from wrapper CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
jholloc committed Oct 28, 2024
1 parent e18938a commit 9e3e772
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions source/wrappers/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
# Dependencies

find_package( IDL )
find_package( Java 1.6 )
find_package( JNI )
find_package( Boost )

if( NOT NO_CXX_WRAPPER )
Expand Down Expand Up @@ -33,16 +31,3 @@ if( NOT NO_IDL_WRAPPER )
else()
message( WARNING "IDL wrapper not being built due to CMake option NO_IDL_WRAPPER" )
endif()

# if( NOT NO_JAVA_WRAPPER )
# if( JAVA_FOUND AND JNI_FOUND )
# add_subdirectory( java )
# else()
# message( WARNING "JAVA or JNI not found - not building Java wrapper" )
# endif()
# else()
# message( WARNING "Java wrapper not being built due to CMake option NO_JAVA_WRAPPER" )
# endif()

#add_subdirectory( matlab )
#add_subdirectory( PHP )

0 comments on commit 9e3e772

Please sign in to comment.