Skip to content

Commit ab5b886

Browse files
committed
LIBRARY_OUTPUT_DIRECTORY
1 parent 00151a1 commit ab5b886

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ set_target_properties(
6464
if(CMAKE_SYSTEM_NAME STREQUAL Darwin)
6565
set_target_properties(
6666
${TARGET_NAME}
67-
PROPERTIES SUFFIX "" OUTPUT_DIR "${OUTPUT_DIR}/libgdexample.macos.${GODOTCPP_TARGET}.framework"
67+
PROPERTIES SUFFIX "" LIBRARY_OUTPUT_DIRECTORY "${OUTPUT_DIR}/libgdexample.macos.${GODOTCPP_TARGET}.framework"
6868
)
6969
endif()

0 commit comments

Comments
 (0)