dont force 64bit
This commit is contained in:
parent
977e7fb4f9
commit
2ec88114c6
@ -7,7 +7,6 @@ set(LIBS -pthread )
|
||||
add_executable(${PROJECT_NAME} ${SRC_FILES})
|
||||
|
||||
target_link_libraries( ${PROJECT_NAME} ${LIBS})
|
||||
set_target_properties( ${PROJECT_NAME} PROPERTIES COMPILE_FLAGS -m64 LINK_FLAGS -m64)
|
||||
add_definitions(" -std=c++11 -Wall -O2 -g")
|
||||
|
||||
install(TARGETS serialmultiplexer RUNTIME DESTINATION bin)
|
||||
|
Loading…
x
Reference in New Issue
Block a user