Skip to content

Commit b228d34

Browse files
committed
Fix cmake"
1 parent 073426b commit b228d34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmake/stdlib.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ function(configure_stdlib_target target_name regular_sources_var fypp_files_var
8787
endif()
8888

8989
set(LIB_MOD_DIR ${CMAKE_CURRENT_BINARY_DIR}/mod_files/${target_name}/)
90-
set(INSTALL_MOD_DIR "${CMAKE_INSTALL_MODULEDIR}/${target_name}")
90+
#set(INSTALL_MOD_DIR "${CMAKE_INSTALL_MODULEDIR}/${target_name}")
91+
set(INSTALL_MOD_DIR "${CMAKE_INSTALL_MODULEDIR}")
9192
# We need the module directory before we finish the configure stage since the
9293
# build interface might resolve before the module directory is generated by CMake
9394
if(NOT EXISTS "${LIB_MOD_DIR}")

0 commit comments

Comments
 (0)