Skip to content

Commit

Permalink
externals: BUILD_IN_SOURCE to FALSE for mct_external
Browse files Browse the repository at this point in the history
  • Loading branch information
jjokella committed Dec 11, 2024
1 parent c9f3348 commit 6d845d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/externals/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ if (BUILD_MCT)
ExternalProject_Add(mct_external
PREFIX mct
SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/mct
BUILD_IN_SOURCE TRUE
BUILD_IN_SOURCE FALSE
CONFIGURE_COMMAND ./configure
--prefix=${MCT_BLD_DIR}
--exec-prefix=${MCT_BLD_DIR}
Expand Down

0 comments on commit 6d845d2

Please sign in to comment.