Skip to content

Commit 3efd282

Browse files
authored
refactor(cmake)!: set IXM_FILES_DIR to ${CMAKE_BINARY_DIR}/.ixm (#28)
This is technically a backport decision from #21. CMake is starting to place "newer" features into `.cmake` instead of `CMakeFiles`, so it stands that IXM should do the same. Signed-off-by: Izzy Muerte <[email protected]>
1 parent 2966a86 commit 3efd282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include(CMakePrintHelpers)
77

88
block (SCOPE_FOR VARIABLES) # Setting internal variables
99
message(TRACE "Setting internal variables")
10-
set(IXM_FILES_DIR "${CMAKE_BINARY_DIR}/IXMFiles" CACHE INTERNAL "")
10+
set(IXM_FILES_DIR "${CMAKE_BINARY_DIR}/.ixm" CACHE INTERNAL "")
1111
set(IXM_ROOT_DIR "${CMAKE_CURRENT_LIST_DIR}" CACHE INTERNAL "IXM Root Directory")
1212
endblock()
1313

0 commit comments

Comments
 (0)