teepee changed the topic of #openscad to: OpenSCAD - The Programmers Solid 3D CAD Modeller | This channel is logged! | Website: http://www.openscad.org/ | FAQ: https://goo.gl/pcT7y3 | Request features or report bugs: https://goo.gl/lj0JRI | Tutorial: https://bit.ly/37P6z0B | Books: https://bit.ly/3xlLcQq | FOSDEM 2020: https://bit.ly/35xZGy6 | Logs: https://libera.irclog.whitequark.org/openscad | don't ask to ask
LordOfBikes has quit [Ping timeout: 265 seconds]
LordOfBikes has joined #openscad
The_Jag_ has joined #openscad
The_Jag has quit [Ping timeout: 264 seconds]
raboof has joined #openscad
Jack21 has quit [Quit: Client closed]
peeps[zen] has joined #openscad
_whitelogger has joined #openscad
RichardP_ has quit [Read error: Connection reset by peer]
RichardPotthoff has joined #openscad
gunnbr has joined #openscad
gunnbr has quit [Ping timeout: 264 seconds]
gunnbr has joined #openscad
gunnbr has quit [Ping timeout: 264 seconds]
ferdna has quit [Quit: Leaving]
ccox has quit []
ccox has joined #openscad
fling has joined #openscad
TheAssassin has quit [Remote host closed the connection]
TheAssassin has joined #openscad
arebil has joined #openscad
p3ck has quit [Ping timeout: 252 seconds]
The_Jag_ has quit [Ping timeout: 252 seconds]
little_blossom has quit [Ping timeout: 260 seconds]
<gbruno> [github] t-paul pushed 1 modifications (MacOS: Silence warning about OpenGL deprecation.). https://github.com/openscad/openscad/commit/0ae0bc76af0a4a55e7008fa13ba5bac80b50847e
TheAssassin has quit [Remote host closed the connection]
TheAssassin has joined #openscad
The_Jag has joined #openscad
arebil has quit [Quit: My keyboard has gone to sleep. ZZZzzz…]
gunnbr has joined #openscad
<gbruno> [github] t-paul pushed 1 modifications (CircleCI: Silence macOS warning about OpenGL deprecation.). https://github.com/openscad/openscad/commit/86d6b2426bf4ba55ecaece48f266b0b57ba75724
gunnbr has quit [Ping timeout: 264 seconds]
teepee has quit [Ping timeout: 276 seconds]
gunnbr has joined #openscad
teepee has joined #openscad
gunnbr has quit [Read error: Connection reset by peer]
gunnbr has joined #openscad
gunnbr has quit [Ping timeout: 246 seconds]
jonasbits has joined #openscad
<gbruno> [github] t-paul pushed 2 modifications (MacOS: Add zlib to dependency build.). https://github.com/openscad/openscad/commit/f479179464140247fef17902d029969574174152
arebil has joined #openscad
snaked has quit [Read error: Connection reset by peer]
snaked has joined #openscad
arebil has quit [Quit: My keyboard has gone to sleep. ZZZzzz…]
gunnbr has joined #openscad
little_blossom has joined #openscad
gunnbr has quit [Ping timeout: 268 seconds]
gunnbr has joined #openscad
luissen has quit [Ping timeout: 245 seconds]
peeps[zen] is now known as peepsalot
gunnbr has quit [Ping timeout: 264 seconds]
gunnbr has joined #openscad
gunnbr_ has joined #openscad
gunnbr has quit [Ping timeout: 264 seconds]
<gbruno> [github] t-paul pushed 1 modifications (CircleCI: Update library cache.). https://github.com/openscad/openscad/commit/162db8efe6b3f1d3527f0fe51d8f7bdbab312877
gunnbr_ has quit [Ping timeout: 264 seconds]
gunnbr has joined #openscad
gunnbr has quit [Ping timeout: 264 seconds]
gunnbr has joined #openscad
<gbruno> [github] t-paul pushed 3 modifications (Merge pull request #3944 from openscad/silence-gl-warning-macos
gunnbr has quit [Ping timeout: 264 seconds]
The_Jag has quit [Read error: Connection reset by peer]
The_Jag has joined #openscad
The_Jag has quit [Read error: Connection reset by peer]
The_Jag has joined #openscad
<peepsalot> grr, #cmake is dead and i want answers >:(
<teepee> ah, I did not see that exists yet :)
<teepee> hmm, 106 people, maybe just bad timing
<peepsalot> i think some of our way of settings things is not conducive to building 3rd party libraries in subdirs. like we should use set_property(TARGET OpenSCAD ....) more and less general set(), add_definitions(), etc.
<peepsalot> but its really unclear what exactly gets inherited for subdirectories, specifically if the current list file defines its own project
<peepsalot> i'm also wondering if a subdir (mimalloc) can be built with debug, while the parent has Release or other build type.
<teepee> is there maybe another way than just subdir? like use_library or so?
<peepsalot> not sure
<teepee> I'm finding only add_library which sounds like it would support building from source too
<peepsalot> yeah, that's the main command to generate a library (just like we do add_executable for openscad), eg mimalloc/CMakeLists.txt would call that itself. i'm just trying to verify whether or not there's some settings that its inheriting which it shouldn't
<peepsalot> it creates a library target
RoyK has quit [Ping timeout: 265 seconds]
RoyK has joined #openscad