I turned Slicer_BUILD_EXTENSIONMANAGER_SUPPORT ON in the top-level CMakeLists.txt, then configured and generated the project using CMake GUI. After that, I opened the project from CMake GUI in Visual Studio and built All Build in the SlicerCustomAppTemplate, as I wanted to download some extensions.
I tried installing the HD Brain Extraction Tool extension. I even received a pop-up notification at the top right of the screen saying “Installed Extension: HD Brain Extraction Tool.” However, the restart button at the bottom right corner of the screen does not get activated.
When I manually close and reopen Slicer, I cannot find the extension anywhere.
Has anyone encountered this issue before? Any help or guidance would be greatly appreciated!
Check the application log. It’s very unlikely that extensions built for the regular Slicer will work in a custom app because of compilation differences.
First of all, thanks for the reply.i have another question sir plz guide me
I have built a custom template of Kitware in Release mode using CMake GUI with the following directories:
Source code:E:/Safe
Binary build:E:/Safe/build
After configuring and generating the project, the build was successful. Now, I have two .sln files:
build/safe.sln
build/slicer_build/slicer.sln
I am confused about which .sln file I should open in Visual Studio to continue compiling and customizing 3D Slicer.