Skip to content

Commit 09edd2a

Browse files
committed
Change to proper cmake export files
1 parent 5574409 commit 09edd2a

File tree

19 files changed

+115
-365
lines changed

19 files changed

+115
-365
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ if(WIN32)
257257
set(PCL_POINTCLOUDS_DIR "${PCL_RESOURCES_DIR}/pointclouds")
258258
endif()
259259

260+
#Set up output directory for builds
260261
set(PCL_OUTPUT_LIB_DIR "${PCL_BINARY_DIR}/${LIB_INSTALL_DIR}")
261262
set(PCL_OUTPUT_BIN_DIR "${PCL_BINARY_DIR}/${BIN_INSTALL_DIR}")
262263
file(MAKE_DIRECTORY "${PCL_OUTPUT_LIB_DIR}")
@@ -285,6 +286,7 @@ if(CMAKE_GENERATOR_IS_IDE)
285286
else()
286287
set(UNINSTALL_TARGET_NAME uninstall)
287288
endif()
289+
288290
configure_file("${PCL_SOURCE_DIR}/cmake/uninstall_target.cmake.in"
289291
"${PCL_BINARY_DIR}/uninstall_target.cmake" IMMEDIATE @ONLY)
290292
add_custom_target(${UNINSTALL_TARGET_NAME} "${CMAKE_COMMAND}" -P

0 commit comments

Comments
 (0)