Skip to content

Commit fda4682

Browse files
authored
Merge pull request #19 from kurbakov/main
Fix include to make it work with FetchContent_Declare
2 parents 632d649 + 732ed06 commit fda4682

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ cmake_minimum_required(VERSION 3.20)
22

33
project(ITCH VERSION "1.0.0")
44

5-
include(${CMAKE_SOURCE_DIR}/cmake/Helpers.cmake)
6-
include(${CMAKE_SOURCE_DIR}/cmake/Versions.cmake)
5+
include(${PROJECT_SOURCE_DIR}/cmake/Helpers.cmake)
6+
include(${PROJECT_SOURCE_DIR}/cmake/Versions.cmake)
77

88
if(${PROJECT_NAME}_ADD_COVERAGE_ANALYSIS)
99
add_coverage_analysis()

0 commit comments

Comments
 (0)