Skip to content

Commit 6cda822

Browse files
authored
fix binary dir decl
1 parent cf513f7 commit 6cda822

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vendor/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Common
2-
add_subdirectory(${PYRO_COMMON_DIR} ${PYRO_COMMON_BUILD_DIR})
2+
add_subdirectory(${PYRO_COMMON_DIR} ${PYRO_COMMON_BINARY_DIR})
33

44

55
if (PYRO_PLATFORM_WINDOWING_GLFW)

0 commit comments

Comments
 (0)