File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -396,8 +396,8 @@ if(NOT CMAKE_ATOMIC_LIB)
396
396
endif ()
397
397
398
398
try_run (SM_RUN_RESULT SM_COMPILE_RESULT
399
- "${CMAKE_CURRENT_BINARY_DIR } /shmtest"
400
- "${CMAKE_SOURCE_DIR } /cmake/modules/check_shared_mutex_priority.cpp"
399
+ "${PROJECT_BINARY_DIR } /shmtest"
400
+ "${PROJECT_SOURCE_DIR } /cmake/modules/check_shared_mutex_priority.cpp"
401
401
LINK_LIBRARIES ${CMAKE_THREAD_LIBS_INIT} ${CMAKE_ATOMIC_LIB}
402
402
RUN_OUTPUT_VARIABLE SM_RUN_OUTPUT)
403
403
@@ -520,8 +520,8 @@ if(MSVC OR MSVC_IDE)
520
520
521
521
# replace the values in the manifest template
522
522
configure_file (
523
- "${CMAKE_SOURCE_DIR } /cmake/packaging/windows/fastrtps.manifest.in"
524
- "${CMAKE_CURRENT_BINARY_DIR } /fastrtps.manifest"
523
+ "${PROJECT_SOURCE_DIR } /cmake/packaging/windows/fastrtps.manifest.in"
524
+ "${PROJECT_BINARY_DIR } /fastrtps.manifest"
525
525
@ONLY
526
526
)
527
527
You can’t perform that action at this time.
0 commit comments