Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

cmake-bare

Package Overview
Dependencies
Maintainers
2
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cmake-bare - npm Package Compare versions

Comparing version
1.7.5
to
1.7.6
+2
-2
cmake-bare.cmake

@@ -311,5 +311,5 @@ include_guard()

if(APPLE)
set(${target}_rpath "@loader_path/${name}")
set(${target}_rpath "@loader_path/${name}@${version};@loader_path/${name}")
elseif(LINUX)
set(${target}_rpath "$ORIGIN/${name}")
set(${target}_rpath "$ORIGIN/${name}@${version};$ORIGIN/${name}")
else()

@@ -316,0 +316,0 @@ set(${target}_rpath "")

{
"name": "cmake-bare",
"version": "1.7.5",
"version": "1.7.6",
"description": "Bare utilities for CMake",

@@ -5,0 +5,0 @@ "files": [