removed the PUBLIC keyword, not needed.
This commit is contained in:
parent
9927438c64
commit
923ee10310
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
add_executable(main PUBLIC
|
||||
add_executable(main
|
||||
main.c
|
||||
)
|
||||
set_target_properties(main PROPERTIES VERSION 1.0 SOVERSION 1)
|
||||
|
|
Loading…
Add table
Reference in a new issue