BASIS icon indicating copy to clipboard operation
BASIS copied to clipboard

CMake BASIS makes it easy to create sharable software and libraries that work together. This is accomplished by combining and documenting some of the best practices and utilities available. This proje...

Results 101 BASIS issues
Sort by recently updated
recently updated
newest added

Fix bug made by PR https://github.com/cmake-basis/BASIS/pull/640

basisproject create command required for the quick start guide is not creating the project directory. It looks like the fix is already in PR but has not been merged.

With Python3 you need parenthesis with `print`, i.e. ``` print(${ARGN_NAME}.__file__) ``` instead of ``` print ${ARGN_NAME}.__file__ ```

when trying to compile MASS (ccmake MASS_1.1.0) the following error occurs : ``` CMake Error at /opt/basis/share/find-modules/FindPythonModules.cmake:345 (message): Could NOT find the following Python modules: nibabel;numpy;sklearn;sklearn.cluster Check if executing /home/biolab/anaconda3/bin/python...

Following [this post](https://github.com/cmake-basis/BASIS/issues/632#issue-584080919), it would be great if we could have a Windows binary releases as well. Then we could add the software to some of the [common Windows package...

Task

I am trying to create a project following the structure shown below MyWorkspace | | |____ MyFramework1 | | | |___Module1 | | | |___Module2 | |____ MyFramework2 | |___Module1...

Question

CMake is now supporting CUDA as a native language. However it is not possible to use `basis_add_libraray(TARGET files LANGUAGE CUDA)` . The error message is : ``` CMake Error at...

Feature

I received the following error message when I install basis. Do you have any suggetion? My os is Centos7. ---- In file included from /home/cityaholic/sjhdd/Dropbox/software/basis-2.1.4-source/include/basis/testdriver.hxx:29:0, from /home/cityaholic/sjhdd/Dropbox/software/basis-2.1.4-source/include/basis/testdriver.h:407, from /home/cityaholic/sjhdd/Dropbox/software/basis-2.1.4-source/src/tools/testdriver.cxx:13: /home/cityaholic/sjhdd/Dropbox/software/basis-2.1.4-source/include/basis/testdriver-itk.hxx:...

Page 12: `This will create a subdirectory called MyProject under the current working directory` I suggest to exchange this example with the one in the previous chapter: the `--root` should...

From the documentation it is not quite clear, what is TEST_DEPENDS for, and how it can be used. Probably it is for testing, and follows the same logic as DEPENDS,...

Doc
Enhancement