We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 073426b commit b228d34Copy full SHA for b228d34
cmake/stdlib.cmake
@@ -87,7 +87,8 @@ function(configure_stdlib_target target_name regular_sources_var fypp_files_var
87
endif()
88
89
set(LIB_MOD_DIR ${CMAKE_CURRENT_BINARY_DIR}/mod_files/${target_name}/)
90
- set(INSTALL_MOD_DIR "${CMAKE_INSTALL_MODULEDIR}/${target_name}")
+ #set(INSTALL_MOD_DIR "${CMAKE_INSTALL_MODULEDIR}/${target_name}")
91
+ set(INSTALL_MOD_DIR "${CMAKE_INSTALL_MODULEDIR}")
92
# We need the module directory before we finish the configure stage since the
93
# build interface might resolve before the module directory is generated by CMake
94
if(NOT EXISTS "${LIB_MOD_DIR}")
0 commit comments