cpp-terminal icon indicating copy to clipboard operation
cpp-terminal copied to clipboard

Fix include for cmake

Open MCWertGaming opened this issue 2 years ago • 2 comments

#196 changed the include from using <> to "". We should investigate if there is a case with cmake that actually requires "".

MCWertGaming avatar Sep 26 '22 09:09 MCWertGaming

Cmake doesn't need it. some compiler make a distiction about <> and "" but it's mainly more a convention than very usefull. From my understanding <> is for system include search first while "" is for the project inlcude folder first

flagarde avatar Sep 26 '22 13:09 flagarde

@MCWertGaming This should be closed ?

flagarde avatar May 24 '23 13:05 flagarde