Skip to content

Commit

Permalink
Remove improper set of CMAKE_INSTALL_PREFIX (#8758)
Browse files Browse the repository at this point in the history
CMAKE_INSTALL_PREFIX is controlled by caller and shouldn't be
changed.

The override in nativeWin.cmake has not effect anyway because it
wasn't forced, but regardless it was confusing for debug prints.

Signed-off-by: Soren Soe <[email protected]>
  • Loading branch information
stsoe authored Feb 13, 2025
1 parent 0927039 commit 24deecf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/CMake/nativeWin.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
# XRT_VERSION_MINOR
# XRT_VERSION_PATCH

# install under c:/xrt
set (CMAKE_INSTALL_PREFIX "${PROJECT_BINARY_DIR}/xilinx")

# pdb install dir
set (CMAKE_PDB_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/symbols")

Expand Down

0 comments on commit 24deecf

Please sign in to comment.