Skip to content

Commit

Permalink
[cmake] fixup default location of VG CMake kit
Browse files Browse the repository at this point in the history
  • Loading branch information
evaleev committed Jan 31, 2024
1 parent 520cb37 commit 3e8d832
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ endif()
###############################################################################
include(FetchContent)
if (DEFINED PROJECT_BINARY_DIR)
set(VG_CMAKE_KIT_PREFIX_DIR PROJECT_BINARY_DIR)
set(VG_CMAKE_KIT_PREFIX_DIR "${PROJECT_BINARY_DIR}")
else ()
set(VG_CMAKE_KIT_PREFIX_DIR CMAKE_CURRENT_BINARY_DIR)
set(VG_CMAKE_KIT_PREFIX_DIR "${CMAKE_CURRENT_BINARY_DIR}")
endif()
FetchContent_Declare(
vg_cmake_kit
Expand Down

0 comments on commit 3e8d832

Please sign in to comment.