Skip to content

Commit 174ddc4

Browse files
committed
Fix directory
1 parent a001088 commit 174ddc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assetimport/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if (ENABLE_ASSETIMPORT)
1616
set(Z_PREFIX_STR "brl_")
1717
endif (TARGET ZLIB_BLD)
1818

19-
set(ASSETIMPORT_SRC_DIR "${CMAKE_CURRENT_BINARY_DIR}/assetimport/ASSETIMPORT_BLD-prefix/src/ASSETIMPORT_BLD")
19+
set(ASSETIMPORT_SRC_DIR "${CMAKE_CURRENT_BINARY_DIR}/ASSETIMPORT_BLD-prefix/src/ASSETIMPORT_BLD")
2020

2121
ExternalProject_Add(ASSETIMPORT_BLD
2222
URL "${CMAKE_CURRENT_SOURCE_DIR}/assimp"

0 commit comments

Comments
 (0)