We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 675701c commit c000804Copy full SHA for c000804
CMakeLists.txt
@@ -34,7 +34,7 @@ endif()
34
set(AUX_DIR "${BUILD_AUX}/cmake")
35
36
message(STATUS "Using '${BUILD_AUX}' for C++ Plus build-aux directory.")
37
-add_subdirectory("${BUILD_AUX}")
+add_subdirectory("${BUILD_AUX}" "${CMAKE_CURRENT_SOURCE_DIR}")
38
39
include("${AUX_DIR}/cppp.cmake")
40
ChangeLog
@@ -1,3 +1,7 @@
1
+2023-08-24 ChenPi11 <wushengwuxi-msctinoulk@outlook.com>
2
+
3
+ Fix subdirectory import bug.
4
5
2023-08-23 ChenPi11 <wushengwuxi-msctinoulk@outlook.com>
6
7
Add CTest on Windows support.
0 commit comments