We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfbde81 commit dd28cfcCopy full SHA for dd28cfc
1 file changed
snap-bin/CMakeLists.txt
@@ -2,5 +2,7 @@
2
cmake_minimum_required(VERSION 3.1)
3
project(createstructure)
4
5
+add_definitions("-DCMAKE_C_COMPILER=/usr/bin/gcc")
6
+
7
add_executable(createstructure createstructure.c)
8
install(TARGETS createstructure RUNTIME DESTINATION bin)
0 commit comments