Skip to content

Commit c000804

Browse files
committed
Fix subdirectory import bug.
修改: CMakeLists.txt 修改: ChangeLog
1 parent 675701c commit c000804

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ endif()
3434
set(AUX_DIR "${BUILD_AUX}/cmake")
3535

3636
message(STATUS "Using '${BUILD_AUX}' for C++ Plus build-aux directory.")
37-
add_subdirectory("${BUILD_AUX}")
37+
add_subdirectory("${BUILD_AUX}" "${CMAKE_CURRENT_SOURCE_DIR}")
3838

3939
include("${AUX_DIR}/cppp.cmake")
4040

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2023-08-24 ChenPi11 <wushengwuxi-msctinoulk@outlook.com>
2+
3+
Fix subdirectory import bug.
4+
15
2023-08-23 ChenPi11 <wushengwuxi-msctinoulk@outlook.com>
26

37
Add CTest on Windows support.

0 commit comments

Comments
 (0)