Skip to content

Commit d8022ef

Browse files
Try again.
1 parent 3bf4efc commit d8022ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/MRMcp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ IF(MESHLIB_USE_VCPKG OR APPLE)
1919
IF(APPLE)
2020
set(FASTMCPP_DEPS_ADD_SUBDIRECTORY ON)
2121
ENDIF()
22-
add_subdirectory(${MESHLIB_THIRDPARTY_DIR}/fastmcpp fastmcpp)
22+
add_subdirectory(../fastmcpp fastmcpp)
2323
target_link_libraries(${PROJECT_NAME} PRIVATE fastmcpp_core)
2424
target_include_directories(${PROJECT_NAME} PRIVATE
2525
${MESHLIB_THIRDPARTY_DIR}/fastmcpp/include

0 commit comments

Comments
 (0)