issues Search Results · repo:toeb/cmakepp language:CMake
Filter by
39 results
(78 ms)39 results
intoeb/cmakepp (press backspace or delete to remove)Anyone?
Tonnes of efforts were put into this project. Wouldn t it be much better to implement a frontend to the cmake and create
better scripting language like meson, but which is much faster?
hinell
- 5
- Opened on Jun 11, 2023
- #136
curl -OL https://raw.github.com/toeb/cmakepp/master/install.cmake cmake -P install.cmake rm install.cmake
on macOS 11.4 (20F71) with cmake version 3.21.2
SamuelMarks
- 2
- Opened on Sep 17, 2021
- #134
In semver_parse.cmake, you have:
set(semver_identifier_regex [0-9A-Za-z-]+ )
set(semver_major_regex [0-9]+ )
set(semver_minor_regex [0-9]+ )
set(semver_patch_regex [0-9]+ )
set(semver_identifiers_regex ...
jwdonahue
- 1
- Opened on Aug 29, 2020
- #133
README.rd (4c20943) says: Use the Biicode Block but that URL (https://www.biicode.com/toeb/cmakepp) gives a scary
security warning in Firefox.
PerMildner
- 1
- Opened on Jan 27, 2020
- #132
I m getting deprecation warnings of policies CMP0053 and CMP0054, running CMake 3.12.3 on macOS.
CMake Deprecation Warning at submodules/cmakepp/cmakepp.cmake:25 (cmake_policy):
The OLD behavior for ...
vidavidorra
- Opened on Dec 3, 2018
- #131
Hi @toeb ,
Hope you are all well !
I was wondering how CMake++ could help me to manage different types of external project schemes and to cache some
cross-platform build with a project version + toolchain ...
roscopecoltran
- Opened on Apr 4, 2017
- #130
Hi,
hope you are all well !
I tried to build the example, described on your blog (link), and I got the following errors.
1. eigen3 is not included
2. several CMake Warning
Errors:
Cannot set ...
roscopecoltran
- Opened on Mar 10, 2017
- #129
Hi Tobias,
I m having some issues related to the way you handled #3: Your return() command overrides the default CMake one so if
you do a naked return() invocation in a module for example (As many CMake ...
Manu343726
- 7
- Opened on Feb 28, 2016
- #127
Hi,
I looked at your heterogenous package retreival solution and it is very close to what I was looking for. Although your
documentation is very helpful on understanding the design of the solution I am ...
willyd
- 1
- Opened on Aug 7, 2015
- #122
If I override functions like add_library or add_executable, cmake stops with a segfault
example code: macro(add_library _target) _add_library (${_target} ${ARGN}) endmacro()
M1cha
- 9
- Opened on Jul 25, 2015
- #121

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.