Skip to content

Commit

Permalink
Quote the ${BN_INSTALL_DIR}
Browse files Browse the repository at this point in the history
  • Loading branch information
xusheng6 committed May 24, 2022
1 parent 666ef58 commit 45a0ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindBinaryNinjaCore.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
cmake_minimum_required(VERSION 3.13 FATAL_ERROR)

if(NOT BN_INTERNAL_BUILD)
set(PATH_HINTS "$ENV{BN_INSTALL_DIR}" ${BN_INSTALL_DIR})
set(PATH_HINTS "$ENV{BN_INSTALL_DIR}" "${BN_INSTALL_DIR}")
if(WIN32)
# System-wide install
list(APPEND PATH_HINTS "C:\\Program Files\\Vector35\\BinaryNinja")
Expand Down

0 comments on commit 45a0ed7

Please sign in to comment.