removed the PUBLIC keyword, not needed.
This commit is contained in:
parent
9927438c64
commit
923ee10310
|
@ -1,4 +1,4 @@
|
|||
add_executable(main PUBLIC
|
||||
add_executable(main
|
||||
main.c
|
||||
)
|
||||
set_target_properties(main PROPERTIES VERSION 1.0 SOVERSION 1)
|
||||
|
|
Loading…
Reference in New Issue