We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 575291e commit edfc17dCopy full SHA for edfc17d
1 file changed
bin2cpp20/CMakeLists.txt
@@ -5,4 +5,4 @@ set(CMAKE_CXX_STANDARD_REQURIED ON)
5
set(CMAKE_CXX_EXTENSIONS OFF)
6
add_executable(bin2cpp20 bin2cpp.cpp)
7
include_directories({CMAKE_SOURCE_DIR})
8
-install(TARGETS bin2cpp DESTINATION bin)
+install(TARGETS bin2cpp20 DESTINATION bin)
0 commit comments