Skip to content

Commit c08431b

Browse files
gfxbotsys_zuul
authored andcommitted
Changes in code.
Change-Id: I529d3ea58620c484934063e5d87dc1e51e8dcb8e
1 parent e0992d2 commit c08431b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IGC/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2101,7 +2101,7 @@ if(NOT DEFINED IGC_OPTION__OUTPUT_DIR)
21012101
set(IGC_OPTION__OUTPUT_DIR "${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_BUILD_TYPE}" CACHE PATH "Output directory path where the final libraries will be stored.")
21022102
endif()
21032103
get_filename_component(IGC_OPTION__OUTPUT_DIR ${IGC_OPTION__OUTPUT_DIR} ABSOLUTE)
2104-
set(USC_OPTION__OUTPUT_DIR "${IGC_SOURCE_DIR}/../../dump${_cpuSuffix}/usc" CACHE PATH "Output directory path where the final USC libraries will be stored.")
2104+
set(USC_OPTION__OUTPUT_DIR "${IGC_SOURCE_DIR}/../../../output/dump${_cpuSuffix}/usc" CACHE PATH "Output directory path where the final USC libraries will be stored.")
21052105
unset(_cpuSuffix)
21062106

21072107
if(NOT DEFINED IGC_OPTION__INCLUDE_IGC_COMPILER_TOOLS)

0 commit comments

Comments
 (0)