Skip to content

Commit

Permalink
cmake bug fix from roox
Browse files Browse the repository at this point in the history
  • Loading branch information
mossmann committed Jul 24, 2015
1 parent c4450ad commit 4da9400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion host/libhackrf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ set(prefix ${CMAKE_INSTALL_PREFIX})
set(exec_prefix \${prefix})
set(libdir \${exec_prefix}/lib${LIB_SUFFIX})
set(includedir \${prefix}/include)
set(libpkgdata "lib"${LIB_SUFFIX})
set(libpkgdata lib${LIB_SUFFIX})

if(CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
set(libpkgdata "libdata")
Expand Down

0 comments on commit 4da9400

Please sign in to comment.