Skip to content

Commit

Permalink
Remove more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
JDBetteridge committed Nov 1, 2023
1 parent 55b043c commit 148616c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,6 @@ endif()
if(spatialindexlib)
message(STATUS "Found libspatialindex shared library: " ${spatialindexlib})
set(link_libraries ${link_libraries} ${spatialindexlib})
execute_process(COMMAND objdump -T ${spatialindexlib} | grep -i setproperty
OUTPUT_VARIABLE magicoutput
)
message(STATUS ${magicoutput})
execute_process(COMMAND [[ $(objdump -T ${spatialindexlib} | grep -i setproperty) == *"__cxx1112basic_string"* ]]
RESULT_VARIABLE cpp11strings
)
Expand Down

0 comments on commit 148616c

Please sign in to comment.