Skip to content

Commit

Permalink
move oracle_array example into test/unit/drivers/oci for safe (unused…
Browse files Browse the repository at this point in the history
…) keeping
  • Loading branch information
hobu committed Aug 7, 2013
1 parent 507f24b commit 0b7c1bc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions apps/CMakeLists.txt
Expand Up @@ -76,11 +76,6 @@ if(PCEQUAL)
target_link_libraries(${PCEQUAL} ${PDAL_LIB_NAME} ${Boost_LIBRARIES} )
endif()

if (WITH_ORACLE)
list(APPEND PDAL_UTILITIES oracle_array)
add_executable(oracle_array oracle_array.cpp ${COMMON_APP_SOURCES})
target_link_libraries(oracle_array ${PDAL_LIB_NAME} ${Boost_LIBRARIES} )
endif()
#------------------------------------------------------------------------------
# Targets installation
#------------------------------------------------------------------------------
Expand Down
File renamed without changes.

0 comments on commit 0b7c1bc

Please sign in to comment.