Skip to content

Commit aafd85c

Browse files
Adhoc fix for civet example not running without --executable
1 parent 9d9ecee commit aafd85c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Examples/CivetwebStaticWebServer.cpp

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/* runcpp2
22
3+
BuildType: InternalExecutable
4+
35
Dependencies:
46
- Name: civetweb
57
Platforms: [DefaultPlatform]
@@ -18,8 +20,10 @@
1820
DefaultProfile:
1921
SearchLibraryNames: ["civetweb"]
2022
SearchDirectories: ["./output/src"]
21-
Setup: ["mkdir output", "cd output && cmake .. -DCIVETWEB_BUILD_TESTING=OFF -DCIVETWEB_ENABLE_ASAN=OFF"]
22-
Build: ["cd output && cmake --build . -j 16"]
23+
Setup:
24+
- "mkdir output"
25+
- "cd output && cmake .. -DCIVETWEB_BUILD_TESTING=OFF -DCIVETWEB_ENABLE_ASAN=OFF"
26+
- "cd output && cmake --build . -j 16"
2327
*/
2428

2529
extern "C" {

0 commit comments

Comments
 (0)