diff --git a/CMakeLists.txt b/CMakeLists.txt index 1705a8426..d13d41786 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -192,7 +192,7 @@ add_subdirectory(apps) # so that users only need link libpdalcpp. # if (APPLE) - set(PDAL_REEXPORT "-Wl,-reexport_library,$") + set(PDAL_REEXPORT "-Wl$-reexport_library$$") # # This allows the rpath reference for the reexported library (above) to # be found.