Skip to content

Commit

Permalink
Merge branch 'feature/use-cpm-cmake-module' of github.com:ClausKlein/…
Browse files Browse the repository at this point in the history
…cmakelib into feature/use-cpm-cmake-module
  • Loading branch information
ClausKlein committed Sep 27, 2021
2 parents bc33844 + bd5b3a5 commit 5183e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Index.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.16)

set(CMAKELIB_SRC_DIR ${CMAKE_CURRENT_LIST_DIR})
set(CMAKELIB_SRC_DIR ${CMAKE_CURRENT_LIST_DIR} CACHE FILEPATH "")

include("${CMAKELIB_SRC_DIR}/PreventInSourceBuilds.cmake")

Expand Down

0 comments on commit 5183e80

Please sign in to comment.