Skip to content

Commit

Permalink
Merge pull request #2354 from asmaloney/include_fix
Browse files Browse the repository at this point in the history
Ensure our include directories get added in the correct order
  • Loading branch information
kimkulling committed Mar 3, 2019
2 parents b7906bc + f75c395 commit e00d92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ CONFIGURE_FILE(
${CMAKE_CURRENT_BINARY_DIR}/include/assimp/config.h
)

INCLUDE_DIRECTORIES(
INCLUDE_DIRECTORIES( BEFORE
./
include
${CMAKE_CURRENT_BINARY_DIR}
Expand Down

0 comments on commit e00d92e

Please sign in to comment.