Skip to content

Commit

Permalink
Reorder cfgdir.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsorby committed Jan 9, 2018
1 parent 908bf31 commit 7574efb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion LibrariesConfig/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,8 @@ else ()
set(BUILD_ARCH 32)
endif ()

set(BUILD_CONFIG_FILE "${CMAKE_CURRENT_BINARY_DIR}/stamp/build_config.cmake")
get_configuration_subdir_suffix(cfgdir)
set(BUILD_CONFIG_FILE "${CMAKE_CURRENT_BINARY_DIR}/stamp${cfgdir}/build_config.cmake")
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/Templates/build.in.config"
${BUILD_CONFIG_FILE}
)
Expand Down

0 comments on commit 7574efb

Please sign in to comment.